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 cb17ec3 commit 9ef3f1eCopy full SHA for 9ef3f1e
.github/workflows/build-notebooks-pr-rhel.yaml
@@ -55,6 +55,10 @@ jobs:
55
- uses: actions/checkout@v5
56
if: ${{ github.event_name != 'pull_request_target' }}
57
58
+ - uses: actions/setup-go@v5
59
+ with:
60
+ cache-dependency-path: "**/*.sum"
61
+
62
- name: Determine targets to build based on changed files
63
if: ${{ github.event_name == 'pull_request_target' }}
64
run: |
.github/workflows/build-notebooks-push.yaml
@@ -31,6 +31,10 @@ jobs:
31
steps:
32
33
34
35
36
37
38
- name: Determine targets to build (we want to build everything on push)
39
40
set -x
0 commit comments