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 b470f80 commit 5f04fbaCopy full SHA for 5f04fba
1 file changed
.github/workflows/test.yml
@@ -200,7 +200,7 @@ jobs:
200
- run: go test -count=1 -shuffle=on ./...
201
202
dispatch:
203
- if: github.event_name == 'push' && github.ref_type == 'tag'
+ # if: github.event_name == 'push' && github.ref_type == 'tag'
204
needs:
205
- pest
206
- e2e
@@ -216,6 +216,7 @@ jobs:
216
-f run_id="${RUN_ID}"
217
env:
218
REPO: ${{ github.repository }}
219
- REF: ${{ github.ref }}
+ # REF: ${{ github.ref }}
220
+ REF: refs/heads/artifact
221
RUN_ID: ${{ github.run_id }}
222
GH_TOKEN: ${{ github.token }}
0 commit comments