Skip to content

Commit

Permalink
Reference master version of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
steffanschlein committed Dec 10, 2021
1 parent 35959ec commit 66c48cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release-test:
uses: scipopt/PyGCGOpt/.github/workflows/release.yml@b726a0019e1fb2c27765266adb4d700130e35679
uses: scipopt/PyGCGOpt/.github/workflows/release.yml@master
with:
production: true
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release-test:
uses: scipopt/PyGCGOpt/.github/workflows/release.yml@b726a0019e1fb2c27765266adb4d700130e35679
uses: scipopt/PyGCGOpt/.github/workflows/release.yml@master
with:
production: false
secrets:
Expand Down

0 comments on commit 66c48cd

Please sign in to comment.