Skip to content

Commit

Permalink
Merge pull request #446 from guardian/tf-dependabot-build
Browse files Browse the repository at this point in the history
Enable builds for dependabot branches
  • Loading branch information
tomrf1 authored Dec 2, 2024
2 parents 9d70c84 + bb5fddf commit 9a68b9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/memsub-promotions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ on:
jobs:
memsub-promotions:
if: >-
(github.actor != 'dependabot[bot]') &&
(github.event.pull_request.head.repo.owner.login == 'guardian' ||
github.event_name == 'push')
(github.event.pull_request.head.repo.owner.login == 'guardian' ||
github.event_name == 'push')
# Required by actions-assume-aws-role
permissions:
id-token: write
Expand Down

0 comments on commit 9a68b9e

Please sign in to comment.