Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
dwolla-oss-scala-steward[bot] authored and bpholt committed Oct 7, 2022
1 parent 34e3496 commit 7d109a0
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -143,22 +143,22 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.13.8, rootJS)
- name: Download target directories (2.13.9, rootJS)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJS

- name: Inflate target directories (2.13.8, rootJS)
- name: Inflate target directories (2.13.9, rootJS)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.8, rootJVM)
- name: Download target directories (2.13.9, rootJVM)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJVM

- name: Inflate target directories (2.13.8, rootJVM)
- name: Inflate target directories (2.13.9, rootJVM)
run: |
tar xf targets.tar
rm targets.tar
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ pull_request_rules:
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@17, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@17, rootJVM)
- status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@17, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@17, rootJVM)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@17, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@17, rootJVM)
- '#approved-reviews-by>=1'

0 comments on commit 7d109a0

Please sign in to comment.