Skip to content

Commit

Permalink
Update acceptance-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung authored Aug 2, 2024
1 parent a661bfb commit 48f26f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
update-changelog:
runs-on: ubuntu-latest
needs: acceptance-tests-matrix
if: github.event_name == 'pull_request' && needs.acceptance-tests.result == 'success'
if: github.event_name == 'pull_request' && needs.acceptance-tests-matrix.result == 'success'
permissions:
contents: write
steps:
Expand Down

0 comments on commit 48f26f7

Please sign in to comment.