Skip to content

Commit

Permalink
Use default runners
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jan 7, 2024
1 parent 02f8eb7 commit 3981d93
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
packages: write
# Cancel previous runs
actions: write
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
pull-requests: write
issues: read
needs: [build-test]
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
checks: write
pull-requests: write
issues: read
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:

# Upload SARIF report files
security-events: write
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
steps:
- name: Log in to GHCR
uses: docker/login-action@v3
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:

# Cancel previous runs
actions: write
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -646,7 +646,7 @@ jobs:
checks: write
pull-requests: write
issues: read
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
steps:
- name: Cancel previous runs
Expand Down Expand Up @@ -708,7 +708,7 @@ jobs:
packages: write
# Cancel previous runs
actions: write
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
env:
DOCKER_FILE: deploy/newman.Dockerfile
Expand Down Expand Up @@ -767,7 +767,7 @@ jobs:
issues: read
checks: write
pull-requests: write
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -896,7 +896,7 @@ jobs:

# Upload SARIF report files
security-events: write
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -1013,7 +1013,7 @@ jobs:
# checks: write
# pull-requests: write
# issues: read
# runs-on: ubuntu-latest-m
# runs-on: ubuntu-latest
# environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
# strategy:
# fail-fast: false
Expand Down Expand Up @@ -1088,7 +1088,7 @@ jobs:
# Interact with GitHub OIDC Token endpoint for AWS
id-token: write
contents: read
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
steps:
- name: Configure AWS credentials
Expand Down Expand Up @@ -1202,7 +1202,7 @@ jobs:
checks: write
pull-requests: write
issues: read
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 3981d93

Please sign in to comment.