Skip to content

Commit

Permalink
moved CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 15, 2023
1 parent aa379ce commit 7771bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:

jobs:
plugins:
uses: OpenPonk/plugins/.github/workflows/nightly.yml@master
uses: OpenPonk/ci-scripts/.github/workflows/publish-nightly.yml@master
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
plugins:
uses: OpenPonk/plugins/.github/workflows/release.yml@master
uses: OpenPonk/ci-scripts/.github/workflows/publish-release.yml@master
secrets: inherit

0 comments on commit 7771bf8

Please sign in to comment.