Skip to content

Commit

Permalink
chore: run workflows on GitHub cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
srijan-deepsource authored Oct 25, 2023
1 parent d52f3c3 commit 1bdc443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
emit_sync_signal:
runs-on: [self-hosted, charmeleon]
runs-on: ubuntu-latest
steps:
- name: Send sync signal to Asgard
uses: peter-evans/repository-dispatch@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
sync_analyzers:
runs-on: [self-hosted, charmeleon]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1bdc443

Please sign in to comment.