Skip to content

Commit

Permalink
Merge pull request #2123 from camptocamp/c2cciutils-upgrade
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
sbrunner authored Feb 1, 2024
2 parents 04dadd0 + 1478b97 commit 77860f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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, 'dpkg-update/')
&& (github.event.action == 'opened'
|| github.event.action == 'reopened')
Expand Down Expand Up @@ -94,7 +94,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 @@ -118,7 +118,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 77860f8

Please sign in to comment.