Skip to content

Commit

Permalink
ci: use github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Nov 14, 2023
1 parent 8d9a8f1 commit fd33625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
release:
runs-on: [self-hosted, cloudplatforms]
runs-on: ubuntu-latest
steps:
- name: Release Please
uses: google-github-actions/release-please-action@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/secret_scanner.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: TruffleHog Secrets Scan
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
workflow_dispatch:

jobs:
TruffleHog:
runs-on: [self-hosted,cloudplatforms]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit fd33625

Please sign in to comment.