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 80fc46f commit 1bef6b6Copy full SHA for 1bef6b6
.github/workflows/test.yml
@@ -38,6 +38,7 @@ jobs:
38
name: compile-cache-main
39
path: .nx
40
github-token: ${{ secrets.GITHUB_TOKEN }}
41
+ run-id: ${{ github.event.workflow_run.id }}
42
- name: Compile packages
43
run: npm run compile
44
- name: Upload Compile Cache (Push)
0 commit comments