Skip to content

Commit d4dc50c

Browse files
Remove Input Requirement
1 parent bc05291 commit d4dc50c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/CI-full.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@ jobs:
2424
sudo rm -rf /usr/share/swift
2525
sudo apt-get clean
2626
- uses: actions/checkout@v4
27+
2728
- name: Get the VCell version from tags
2829
id: version
2930
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})
31+
3032
- name: set global environment variables
3133
run: |
32-
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
33-
echo "TAG_NAME=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
34-
else
35-
echo "VCELL_TAG=`git rev-parse --short HEAD`" >> $GITHUB_ENV
36-
fi
34+
echo "VCELL_TAG=`git rev-parse --short HEAD`" >> $GITHUB_ENV
3735
echo "VCELL_REPO_NAMESPACE=ghcr.io/virtualcell" >> $GITHUB_ENV
3836
echo "VCELL_DEPLOY_REMOTE_DIR=/share/apps/vcell3/deployed_github" >> $GITHUB_ENV
3937
echo "VCELL_MANAGER_NODE=vcellapi.cam.uchc.edu" >> $GITHUB_ENV

0 commit comments

Comments
 (0)