Skip to content

Commit

Permalink
misc(ci): fix workflow dispatch ref
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
  • Loading branch information
bpg committed Mar 2, 2024
1 parent c801663 commit 279f0cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Invoke acceptance tests workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: testacc.yml
workflow: testacc.yml
ref: ${{ github.head_ref }}

0 comments on commit 279f0cf

Please sign in to comment.