Skip to content

Commit

Permalink
Test workflow (xxiv)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed Mar 28, 2024
1 parent 7be2510 commit 5176777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ jobs:
permissions:
packages: read
uses: ./.github/workflows/step-test.yaml
secrets:
GPR_USER:
required: true
GPR_KEY:
required: true
secrets: inherit
6 changes: 1 addition & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
permissions:
packages: read
uses: ./.github/workflows/step-test.yaml
secrets:
GPR_USER:
required: true
GPR_KEY:
required: true
secrets: inherit
release:
needs: test
name: release
Expand Down

0 comments on commit 5176777

Please sign in to comment.