Skip to content

Commit

Permalink
Grace: update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 22, 2024
1 parent eaf1e51 commit d43cf5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
workflow_dispatch:
jobs:
build:
if: ${{ github.repository == 'graceframework/grace-framework' }}
permissions:
contents: read # to fetch code (actions/checkout)
runs-on: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/groovy-joint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ on:
- '[2020-2024]+.[0-9]+.x'
jobs:
build:
if: ${{ github.repository == 'graceframework/grace-framework' }}
strategy:
fail-fast: true
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
workflow_dispatch:
jobs:
release_notes:
if: ${{ github.repository == 'graceframework/grace-framework' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
create_draft_release:
if: ${{ github.repository == 'graceframework/grace-framework' }}
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sdkman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions: {}
jobs:
sdkman_release:
if: ${{ github.repository == 'graceframework/grace-framework' }}
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down

0 comments on commit d43cf5f

Please sign in to comment.