Skip to content

Commit

Permalink
build: build images on bot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Mar 18, 2024
1 parent e99876a commit 1ea9b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: openedx
repository: edunext/openedx-aspects
runs-on: ubuntu-latest
if: "!startsWith(github.head_ref, 'bot/') && !startsWith(github.head_ref, 'dependabot/')"
if: "!startsWith(github.head_ref, 'dependabot/')"
steps:
- name: Checkout
run:
Expand Down

0 comments on commit 1ea9b0a

Please sign in to comment.