Skip to content

Commit 93465f8

Browse files
authored
Update ci_workflow.yml
1 parent 5b3777b commit 93465f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515

1616
jobs:
1717
checkVersion:
18+
if: github.event_name == 'pull_request'
1819
name: Check version updated
1920
runs-on: ubuntu-latest
2021
env:
@@ -39,7 +40,7 @@ jobs:
3940
build-n-publish:
4041
name: Build and publish PyArr 🐍 distribution 📦 to PyPI
4142
if: startsWith(github.ref, 'refs/tags/')
42-
needs: [checkVersion, black]
43+
needs: [black]
4344
runs-on: ubuntu-latest
4445
steps:
4546
- name: Getting your configuration from GitHub

0 commit comments

Comments
 (0)