Skip to content

Commit

Permalink
Remove check for QEMU-playbook-check for QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Nov 6, 2023
1 parent c7d2f7f commit b82cb7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_qemu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build QEMU
name: QEMU Playbook Checker

on:
pull_request:
Expand All @@ -7,14 +7,12 @@ on:
- ansible/playbooks/AdoptOpenJDK_Unix_Playbook/**
branches:
- master
types: [ labeled ]

permissions:
contents: read

jobs:
build_job:
if: ${{ github.event.label.name == 'QEMU-playbook-check' }}
# The host should always be linux
runs-on: ubuntu-latest
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}
Expand Down

0 comments on commit b82cb7a

Please sign in to comment.