Skip to content

Commit dd4f218

Browse files
authored
Merge pull request #180 from Caltech-IPAC/raen/prevent-gha-in-forks
2 parents c839d08 + cfc1cbc commit dd4f218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
tests:
1818
# Do not run the test matrix on PRs affecting the rendering
19-
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering / skip testing') && github.repository == 'Caltech-IPAC/irsa-tutorials' }}
19+
if: ${{ (!(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering / skip testing')) && github.repository == 'Caltech-IPAC/irsa-tutorials' }}
2020

2121
name: ${{ matrix.os }} ${{ matrix.name }}
2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)