Skip to content

Commit

Permalink
build(gha): fix pull request flow
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jan 30, 2023
1 parent 797d498 commit 5d04027
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- uses: ./.github/workflows/build
- uses: ./.github/actions/build

- name: 'Test links'
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
name: 'Deploy to GHP and AWS'
runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@v3
with:
ref: ${{ github.event.client_payload.pull_request.head.ref }}
Expand Down

0 comments on commit 5d04027

Please sign in to comment.