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.
docs
1 parent 984c262 commit b021b92Copy full SHA for b021b92
.github/workflows/Downstream.yml
@@ -4,6 +4,8 @@ on:
4
branches: [master]
5
tags: [v*]
6
pull_request:
7
+ paths-ignore:
8
+ - 'docs/**'
9
10
jobs:
11
test:
.github/workflows/Invalidations.yml
@@ -2,6 +2,8 @@ name: Invalidations
2
3
on:
concurrency:
# Skip intermediate builds: always.
@@ -30,7 +32,7 @@ jobs:
30
32
- uses: julia-actions/julia-buildpkg@v1
31
33
- uses: julia-actions/julia-invalidations@v1
34
id: invs_default
-
35
+
36
- name: Report invalidation counts
37
run: |
38
echo "Invalidations on default branch: ${{ steps.invs_default.outputs.total }} (${{ steps.invs_default.outputs.deps }} via deps)" >> $GITHUB_STEP_SUMMARY
0 commit comments