Skip to content

Commit

Permalink
Create on-label-linux-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Mar 25, 2024
1 parent ee66832 commit 82986bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/on-label-linux-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: PR Linux Build

on:
workflow_dispatch:
pull_request:
types: [ labeled ]

jobs:
call-linux-build:
if: ${{ github.event.label.name == 'build-linux' }}
name: Linux Build
uses: ./.github/workflows/linux-build.yml

0 comments on commit 82986bb

Please sign in to comment.