Skip to content

Commit

Permalink
timing basic GHA provided runner
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Nov 28, 2023
1 parent 8dee5db commit 22de5b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
compile:
runs-on: [self-hosted]
runs-on: ubuntu-22.04
timeout-minutes: 30
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
name: classes
path: "**/*.class"
compileJmh:
runs-on: [self-hosted]
runs-on: ubuntu-22.04
needs: compile
timeout-minutes: 30
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: javadoc
on:
workflow_dispatch:
workflow_dispatch:
workflow_run:
workflows: [compile]
types:
Expand Down

0 comments on commit 22de5b5

Please sign in to comment.