Skip to content

Commit

Permalink
Updated test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 5, 2021
1 parent 981abdd commit 67391e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.3
if: ${{ matrix.platform }} == 'Linux'
if: ${{ runner.os }} == 'Linux'
id: verify_changed_files
with:
files: |
README.md
- name: Create Pull Request
if: steps.verify_changed_files.outputs.files_changed == 'true' && ${{ matrix.platform }} == 'Linux'
if: steps.verify_changed_files.outputs.files_changed == 'true' && ${{ runner.os }} == 'Linux'
uses: peter-evans/create-pull-request@v3
with:
base: "main"
Expand Down

0 comments on commit 67391e6

Please sign in to comment.