We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a413106 commit d16199cCopy full SHA for d16199c
.github/workflows/update_readme.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
update-readme:
10
runs-on: ubuntu-latest
11
+ if: github.repository_owner == 'ContextLab' # only run if on the ContextLab (source) repository!
12
13
steps:
14
- name: Checkout repository
0 commit comments