Skip to content

Commit 8481570

Browse files
committed
don't do thing on act
1 parent 638787b commit 8481570

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
docs:
14+
if: ${{ !github.event.act }} # skip during local actions testing
1415
runs-on: ubuntu-latest
1516
steps:
1617
- uses: actions/checkout@v3

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
jobs:
1111
pypi-publish:
12+
if: ${{ !github.event.act }} # skip during local actions testing
1213

1314
runs-on: ubuntu-latest
1415

0 commit comments

Comments
 (0)