Skip to content

Commit

Permalink
ci: fix nightly-pipeline workflow refs
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-alexander-popel committed Jan 22, 2025
1 parent 20cd9f4 commit 1238993
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
DocumentationUpdate:
name: Nightly Documentation Update
uses: 51Degrees/common-ci/.github/workflows/nightly-documentation-update.yml@nightly-pipeline
uses: 51Degrees/common-ci/.github/workflows/nightly-documentation-update.yml@main
with:
common-ci-ref: nightly-pipeline
repo-name: ${{ github.event.repository.name }}
Expand All @@ -23,7 +23,7 @@ jobs:

SubmoduleUpdate:
name: Nightly Submodule Update
uses: 51Degrees/common-ci/.github/workflows/nightly-submodule-update.yml@nightly-pipeline
uses: 51Degrees/common-ci/.github/workflows/nightly-submodule-update.yml@main
with:
common-ci-ref: nightly-pipeline
repo-name: ${{ github.event.repository.name }}
Expand All @@ -36,7 +36,7 @@ jobs:
if: ${{ !cancelled() }}
needs: [DocumentationUpdate, SubmoduleUpdate]
name: Nightly Pull Requests
uses: 51Degrees/common-ci/.github/workflows/nightly-pull-requests.yml@nightly-pipeline
uses: 51Degrees/common-ci/.github/workflows/nightly-pull-requests.yml@main
with:
common-ci-ref: nightly-pipeline
repo-name: ${{ github.event.repository.name }}
Expand All @@ -54,7 +54,7 @@ jobs:
if: ${{ !cancelled() }}
needs: PullRequests
name: Nightly Publish
uses: 51Degrees/common-ci/.github/workflows/nightly-publish.yml@nightly-pipeline
uses: 51Degrees/common-ci/.github/workflows/nightly-publish.yml@main
with:
common-ci-ref: nightly-pipeline
repo-name: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 1238993

Please sign in to comment.