Skip to content

Commit

Permalink
chore: change group to specific labels to avoid workflow_job webhook … (
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyuheng200 authored Nov 29, 2023
1 parent 8968a37 commit fba6cbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
CodeQL-Build:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on:
group: aws-athena-query-federation
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
permissions:
security-events: write
steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cut_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
jobs:
cut_release:
name: Cut a release
runs-on:
group: aws-athena-query-federation
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
steps:
- name: Setup dependencies
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/javadoc_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
- master
jobs:
build-and-deploy:
runs-on:
group: aws-athena-query-federation
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/maven_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
build:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on:
group: aws-athena-query-federation
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
Expand Down

0 comments on commit fba6cbe

Please sign in to comment.