Skip to content

Commit

Permalink
Merge pull request #11269 from ihostage/bump-workflow-v2-2_8_x
Browse files Browse the repository at this point in the history
[2.8.x] Bump version of sharable workflows to `v2`
  • Loading branch information
mergify[bot] committed May 6, 2022
2 parents adfa342 + adb9642 commit 1b56a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-test.yml
Expand Up @@ -7,9 +7,6 @@ on:
branches:
- 2.8.x # Check 2.8.x branch after merge

schedule:
- cron: "0 3 * * *" # Nightly build (@daily)

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
group: ci-${{ github.ref }}
Expand Down Expand Up @@ -61,7 +58,7 @@ jobs:
check-binary-compatibility:
name: Binary Compatibility
needs: "prefetch-for-caching"
uses: playframework/.github/.github/workflows/binary-check.yml@v1
uses: playframework/.github/.github/workflows/binary-check.yml@v2

check-code-style-docs:
name: Code Style Docs
Expand Down Expand Up @@ -168,4 +165,4 @@ jobs:
- "tests"
- "docs-tests"
- "scripted-tests"
uses: playframework/.github/.github/workflows/rtm.yml@v1
uses: playframework/.github/.github/workflows/rtm.yml@v2
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v1
uses: playframework/.github/.github/workflows/publish.yml@v2
secrets:
username: ${{ secrets.SONATYPE_USERNAME }}
password: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 1b56a8c

Please sign in to comment.