Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Nov 30, 2023
1 parent 8a3db52 commit 4798d7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/email-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ permissions:

jobs:
run:
runs-on: [ self-hosted ]
runs-on:
group: default
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/label-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
# hello
dump:
runs-on: self-hosted
runs-on:
group: default
steps:
- name: foobar
env:
Expand Down

0 comments on commit 4798d7c

Please sign in to comment.