Skip to content

Commit

Permalink
ci: do not merge the notification script on PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Jul 10, 2023
1 parent c2758d5 commit bce0ee6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Merge the changes with the ‹main›
run: git merge --no-edit tmp

- name: Check out the script from the ‹main› branch
run: git checkout origin/main .github/notify.py

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit bce0ee6

Please sign in to comment.