Skip to content

Commit 91a5fb9

Browse files
committed
Using a branch SHA instead
Using gh-actions, as we can't use this directly in citrine-python
1 parent 1190f04 commit 91a5fb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
checks: write
1919
contents: read
2020
id-token: write
21-
uses: CitrineInformatics/nextgen-devkit/.github/workflows/test-e2e-eks.yml@main
21+
# NOTE: using a branch SHA during testing
22+
uses: CitrineInformatics/common-gh-actions/.github/workflows/repo-checks.yml@d60de32
2223
with:
2324
CITRINE_PYTHON_VERSION: ${{ github.event.pull_request.head.sha }}
2425
secrets:

0 commit comments

Comments
 (0)