We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e28944 commit fe32ffcCopy full SHA for fe32ffc
.github/workflows/nightly.yaml
@@ -35,15 +35,15 @@ jobs:
35
fi
36
37
- name: Checkout code
38
- if: !steps.check_manual_run.outputs.needs_build
+ if: ${{ !steps.check_manual_run.outputs.needs_build }}
39
uses: actions/checkout@v3
40
41
- name: fetch tags
42
43
run: git fetch --tags origin
44
45
- name: Check if tags point to the same commit or if the workflow was manually triggered
46
47
id: check_tags
48
run: |
49
curr_sha=$(git rev-parse HEAD)
0 commit comments