Skip to content

Commit

Permalink
Merge pull request #437 from rackerlabs/dont-build-on-closed
Browse files Browse the repository at this point in the history
ci: avoid building containers on PR close
  • Loading branch information
skrobul authored Nov 4, 2024
2 parents aec3c4b + c46b9ef commit 98576ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:

jobs:
openstack:
if: github.event_name == 'pull_request' && github.event.action != 'closed'
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
annotations: ${{ steps.meta.outputs.annotations }}

dnsmasq:
if: github.event_name == 'pull_request' && github.event.action != 'closed'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 98576ce

Please sign in to comment.