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 e273134 commit 0f30b81
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 @@ -21,6 +21,6 @@ env:

jobs:
OP:
uses: OpenPonk/openponk/.github/workflows/nightly.yml@master
uses: OpenPonk/ci-scripts/.github/workflows/test-nightly.yml@master
secrets:
WORKFLOW_ACCESS_TOKEN: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ env:

jobs:
OP:
uses: OpenPonk/openponk/.github/workflows/release.yml@master
uses: OpenPonk/ci-scripts/.github/workflows/test-release.yml@master

0 comments on commit 0f30b81

Please sign in to comment.