Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent d4b9c09 commit 57a1a01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Check there are no uncommitted changes in git (to catch generated files that weren't committed)
run: sbt '++ ${{ matrix.scala }}' checkGitNoUncommittedChanges

- name: Check Doc Site (2.13.11 only)
- name: Check Doc Site (2.13.12 only)
if: matrix.scala == '2.13.12'
run: sbt '++ ${{ matrix.scala }}' docs/makeSite

Expand Down Expand Up @@ -160,12 +160,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.11)
- name: Download target directories (2.13.12)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12

- name: Inflate target directories (2.13.11)
- name: Inflate target directories (2.13.12)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pull_request_rules:
- author=scala-steward
- body~=labels:.*early-semver-patch
- status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@11)
- status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11)
actions:
merge: {}
Expand Down

0 comments on commit 57a1a01

Please sign in to comment.