Skip to content

Commit 761ab81

Browse files
committed
CI trigger
1 parent 3ed6e70 commit 761ab81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ on:
1616
jobs:
1717
preprocess-execute-convert:
1818
runs-on: ubuntu-latest
19+
if: ${{ github.repository != 'astropy-learn/tutorial--template' }}
1920
permissions:
2021
contents: write
21-
if: ${{ github.repository != 'astropy-learn/astropy-tutorials' }}
2222
steps:
2323
- name: Call custom action to pre-process config files
2424
id: pre-process

0 commit comments

Comments
 (0)