Skip to content

Commit

Permalink
use x86 for codeQL github action (#5235)
Browse files Browse the repository at this point in the history
* use x86 for codeQL github action
* and spotless
* add javadoc_17 runs-on

Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte authored Mar 18, 2023
1 parent 08b822a commit a76e1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
spotless:
runs-on: [besu,Linux,self-hosted]
runs-on: [besu,Linux,self-hosted,X64]
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Repo
Expand All @@ -22,7 +22,7 @@ jobs:
- name: spotless
run: ./gradlew --no-daemon --parallel clean spotlessCheck
javadoc_17:
runs-on: ubuntu-latest
runs-on: [besu,Linux,self-hosted,X64]
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: [besu,Linux,self-hosted]
runs-on: [besu,Linux,self-hosted,X64]
permissions:
actions: read
contents: read
Expand Down

0 comments on commit a76e1f1

Please sign in to comment.