Skip to content

Commit

Permalink
Merge pull request #1506 from camptocamp/c2cciutils-upgrade-1.1
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
sbrunner authored Feb 1, 2024
2 parents d62775b + fcb1307 commit a42d152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
}
`)
if: |-
github.event.pull_request.user.login == 'c2c-bot-gis-ci'
github.event.pull_request.user.login == 'c2c-bot-gis-ci-2'
&& startsWith(github.head_ref, 'snyk-fix/')
&& (github.event.action == 'opened'
|| github.event.action == 'reopened')
Expand All @@ -89,7 +89,7 @@ jobs:
});
}
if: |-
github.event.pull_request.user.login == 'c2c-bot-gis-ci'
github.event.pull_request.user.login == 'c2c-bot-gis-ci-2'
&& (startsWith(github.head_ref, 'snyk-fix/')
|| startsWith(github.head_ref, 'dpkg-update/'))
&& github.event.action == 'closed'
Expand Down

0 comments on commit a42d152

Please sign in to comment.