Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
gh-actions: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 25, 2024
1 parent 7aa4e89 commit 68cd819
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-main-backoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/backoffice/test.yml
uses: ./.github/workflows//test-backoffice.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-main-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/workflows/test.yml
uses: ./.github/workflows/test-workflows.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/push-main-backoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: ${{ github.ref }}
test:
needs: lint
uses: ./.github/workflows/backoffice/test.yml
uses: ./.github/workflows/test-backoffice.yml
with:
ref: ${{ github.ref }}
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/workflows/test.yml
uses: ./.github/workflows/test-workflows.yml
with:
ref: ${{ github.ref }}
secrets: inherit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
needs: build
strategy:
fail-fast: false
uses: ./.github/workflows/backoffice/integration-tests.yml
uses: ./.github/workflows/backoffice-integration-tests.yml
with:
ref: ${{ inputs.ref }}
image: "registry.cern.ch/cern-sis/inspire/backoffice@${{ needs.build.outputs.image-id }}"
File renamed without changes.

0 comments on commit 68cd819

Please sign in to comment.