Skip to content

Commit

Permalink
Trying to auto pass on only ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
Typositoire committed Mar 28, 2024
1 parent f0823d0 commit fe12827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
id: check_if_only_ignored
run: exit 0
- name: Get version from file
if: steps.changed-files.outputs.any_changed == 'true'
id: get_version
run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT
- name: 'Get Previous tag'
if: steps.changed-files.outputs.any_changed == 'true'
id: previoustag
uses: "WyriHaximus/[email protected]"
- name: Checking for version bump
Expand All @@ -47,7 +49,7 @@ jobs:
exit 1
fi
- uses: mshick/[email protected]
if: always()
if: steps.changed-files.outputs.any_changed == 'true'
with:
message: |
${{ steps.check_vbump.outputs.msg }}

0 comments on commit fe12827

Please sign in to comment.