We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
act
1 parent 638787b commit 8481570Copy full SHA for 8481570
2 files changed
.github/workflows/documentation.yaml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
docs:
14
+ if: ${{ !github.event.act }} # skip during local actions testing
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v3
.github/workflows/python-publish.yml
@@ -9,6 +9,7 @@ permissions:
9
10
pypi-publish:
0 commit comments