Skip to content

Commit 5f04fba

Browse files
committed
wip
1 parent b470f80 commit 5f04fba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
- run: go test -count=1 -shuffle=on ./...
201201

202202
dispatch:
203-
if: github.event_name == 'push' && github.ref_type == 'tag'
203+
# if: github.event_name == 'push' && github.ref_type == 'tag'
204204
needs:
205205
- pest
206206
- e2e
@@ -216,6 +216,7 @@ jobs:
216216
-f run_id="${RUN_ID}"
217217
env:
218218
REPO: ${{ github.repository }}
219-
REF: ${{ github.ref }}
219+
# REF: ${{ github.ref }}
220+
REF: refs/heads/artifact
220221
RUN_ID: ${{ github.run_id }}
221222
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)