Skip to content

Commit

Permalink
fixed runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank0202 committed Jul 4, 2024
1 parent 479d853 commit 4e0a358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on: # yamllint disable-line rule:truthy

jobs:
security:
runs-on:
- arc
runs-on: ubuntu-latest
name: snyk
steps:
- name: checkout
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on: # yamllint disable-line rule:truthy

jobs:
tflint:
runs-on:
- arc
runs-on: ubuntu-latest
name: tflint
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 4e0a358

Please sign in to comment.