Skip to content

Commit

Permalink
test: no version test on master push (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x authored May 16, 2023
1 parent 7aec038 commit fae63c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ani-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,3 @@ jobs:
- uses: actions/checkout@v3
- name: test exec bit
run: test -x "./ani-cli"

version-bump:
name: Version Bump
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: check version bump
run: git diff origin/master | grep version_number
16 changes: 16 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'ani-cli checks'
on:
pull_request:
paths:
- "**ani-cli"

jobs:
version-bump:
name: Version Bump
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: check version bump
run: git diff origin/master | grep version_number

0 comments on commit fae63c2

Please sign in to comment.