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 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 26, 2024
1 parent c37c719 commit b9562c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-main-backoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
ref: ${{ github.ref }}
test:
needs: lint
uses: ./.github/workflows/test-backoffice.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull-request-main-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
pull_request_target:
branches: [main]
paths:
- 'workflows/**'
- "workflows/**"
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
needs: lint
uses: ./.github/workflows/test-workflows.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit b9562c6

Please sign in to comment.