Skip to content

Commit

Permalink
testing(integration): use current github ref for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trilom committed Mar 19, 2020
1 parent 26624cc commit f088dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
pushAfter: cde426492d870040962d2c03f1921516b86fce64
output: ${{ matrix.output }}
fileOutput: ${{ matrix.fileOutput }}
- uses: trilom/file-changes-action@master-rebase
- uses: trilom/file-changes-action@${{ github.ref }}
id: file_changes_nobuild_pr
if: "! matrix.build && matrix.event_type == 'pull_request'"
with:
prNumber: 36
output: ${{ matrix.output }}
fileOutput: ${{ matrix.fileOutput }}
- uses: trilom/file-changes-action@master-rebase
- uses: trilom/file-changes-action@${{ github.ref }}
id: file_changes_nobuild_push
if: "! matrix.build && matrix.event_type == 'push'"
with:
Expand Down

0 comments on commit f088dd1

Please sign in to comment.