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
http4s-steward[bot] committed Sep 11, 2023
1 parent f0170f7 commit 991ef78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.13.10)
- name: Download target directories (2.13.12)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12

- name: Inflate target directories (2.13.10)
- name: Inflate target directories (2.13.12)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ pull_request_rules:
conditions:
- author=http4s-steward[bot]
- body~=labels:.*early-semver-patch
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17)
- status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@17)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11)
- status-success=Generate Site (ubuntu-latest, 2.13.10, temurin@11)
- status-success=Generate Site (ubuntu-latest, 2.13.12, temurin@11)
actions:
merge:
method: squash
Expand Down

0 comments on commit 991ef78

Please sign in to comment.