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 457a42b commit 4dad94cCopy full SHA for 4dad94c
.github/workflows/test_backend.yml
@@ -46,6 +46,8 @@ jobs:
46
steps:
47
- name: Checkout code
48
uses: actions/checkout@v4
49
+ with:
50
+ ref: ${{ github.event.workflow_run.head_sha }}
51
52
- name: Set pending commit status
53
id: set-pending-status
.github/workflows/test_integration_playwright.yml
@@ -48,6 +48,8 @@ jobs:
working-directory: tests/govtool-frontend/playwright
- uses: actions/checkout@v4
54
55
run: |
0 commit comments