Skip to content

Commit

Permalink
Update runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Asquith authored and Rachel Asquith committed Dec 26, 2023
1 parent 1d7b069 commit 8883861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dot-org-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check-conditions:
if: contains(github.event.issue.labels.*.name, 'type-bug')
runs-on:
labels: self-hosted-main
labels: ubuntu-latest
outputs:
should-notify: ${{ steps.filter.outputs.should-notify }}
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
notify-slack:
if: needs.check-conditions.outputs.should-notify == 'true'
runs-on:
labels: self-hosted-main
labels: ubuntu-latest
needs: [check-conditions]
steps:
- name: Send message to Slack
Expand Down

0 comments on commit 8883861

Please sign in to comment.