Skip to content

Commit

Permalink
PR head
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Oct 31, 2023
1 parent d6829e6 commit d79e5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Wait for Docker image to be created
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: "${{ github.sha }}"
ref: "${{ github.event.pull_request.head.sha || github.sha }}"
running-workflow-name: "build and deploy"
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d79e5b6

Please sign in to comment.