We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7a5e3 commit 49bcd5fCopy full SHA for 49bcd5f
.github/workflows/on-pr-update.yml
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
notify:
18
- runs-on: self-hosted
+ runs-on: [self-hosted, linux, small]
19
if: ${{ env.NOTIFY }}
20
steps:
21
- name: Get branch name if status changed
0 commit comments