Skip to content

Commit

Permalink
dyn runner selection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcekay committed Dec 6, 2024
1 parent a49cc31 commit 031c1ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dynrunner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Dynrunner

on:
pull_request:
branches:
- '*'

jobs:
overwrite:
name: Dynrunner
runs-on: ubuntu-latest
steps:
- name: Output
run: echo ${{ toJson(github.event.pull_request.labels.*.name) }}

0 comments on commit 031c1ea

Please sign in to comment.