Skip to content

Commit

Permalink
Update pr-on-branch-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-gimeno-molina authored May 1, 2024
1 parent aa7c45f commit e15fa7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-on-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
create-pull-request:
if:
runs-on: ubuntu-latest
permissions:
issues: read
Expand All @@ -30,6 +29,8 @@ jobs:
if [[ "${NEW_BRANCH_SHA}" == "${DEV_BRANCH_SHA}" ]]; then
echo "No new commits in the branch. Exiting workflow."
exit 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create PR
run: |
Expand Down

0 comments on commit e15fa7f

Please sign in to comment.