Skip to content

Commit

Permalink
fix: rename papyrus night filename target (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
TzahiTaub authored Jul 23, 2024
1 parent 0dacbef commit afbfcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/papyrus_nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
GW-integration-test-ubuntu:
uses: ./.github/workflows/nightly-tests-call.yml
uses: ./.github/workflows/papyrus_nightly-tests-call.yml
with:
os: ubuntu-latest
secrets:
Expand All @@ -22,7 +22,7 @@ jobs:
if: github.event.schedule != '30 0 * * *'

GW-integration-test-macos:
uses: ./.github/workflows/nightly-tests-call.yml
uses: ./.github/workflows/papyrus_nightly-tests-call.yml
with:
os: macos-latest
secrets:
Expand Down

0 comments on commit afbfcf5

Please sign in to comment.