Skip to content

Commit

Permalink
multiarch_image_check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YashasviDevtron authored Jun 5, 2024
1 parent 83e8d18 commit 0c4b84e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/multiarch_new (1).yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Multi-Arch Image Check

on:
pull_request:
types: [closed]
types: [opened, edited, synchronize, reopened]


jobs:
check-multiarch:
name: Check Multi-Arch Images
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'release-bot'
if: github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'release-bot'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0c4b84e

Please sign in to comment.