Skip to content

Commit

Permalink
More testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
Typositoire committed Mar 28, 2024
1 parent bf7b231 commit 7303473
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
- name: auto_pass
if: steps.changed-files.outputs.all_modified_files == '0'
id: check_if_only_ignored
run: exit 0
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
done
- name: Get version from file
if: steps.changed-files.outputs.all_modified_files != '0'
Expand All @@ -35,7 +40,7 @@ jobs:
if: steps.changed-files.outputs.all_modified_files != '0'
id: previoustag
uses: "WyriHaximus/[email protected]"

- name: Checking for version bump
if: steps.changed-files.outputs.all_modified_files != '0'
id: check_vbump
Expand Down

0 comments on commit 7303473

Please sign in to comment.