We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1190f04 commit 91a5fb9Copy full SHA for 91a5fb9
.github/workflows/pr-checks.yml
@@ -18,7 +18,8 @@ jobs:
18
checks: write
19
contents: read
20
id-token: write
21
- uses: CitrineInformatics/nextgen-devkit/.github/workflows/test-e2e-eks.yml@main
+ # NOTE: using a branch SHA during testing
22
+ uses: CitrineInformatics/common-gh-actions/.github/workflows/repo-checks.yml@d60de32
23
with:
24
CITRINE_PYTHON_VERSION: ${{ github.event.pull_request.head.sha }}
25
secrets:
0 commit comments