Skip to content

Commit

Permalink
Merge branch 'main' into release/8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jan 9, 2024
2 parents be6d5e9 + 375eb98 commit f5e049a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- id: set-matrix
run: echo "matrix=$(jq -c . < ./.github/workflows/matrix.json)" >> $GITHUB_OUTPUT
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -117,7 +117,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -133,7 +133,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -149,7 +149,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -165,7 +165,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -181,7 +181,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand Down

0 comments on commit f5e049a

Please sign in to comment.