Skip to content

Commit

Permalink
Correct branch specify for GH Actions (#58)
Browse files Browse the repository at this point in the history
* Correct branch specify for GH Actions

* Add timeout
  • Loading branch information
rnc authored Mar 13, 2024
1 parent bf40440 commit 2ba86ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ubi8-openjdk-17-runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: run behave-test-steps on OpenJDK 17 Runtime Image
on: [push, pull_request]
on:
push:
branches: [ v1 ]
pull_request:
branches: [ v1 ]
env:
LANG: en_US.UTF-8
OPENJDK_CONTAINER_SOURCE_TAG: openjdk-containers-1.13
Expand All @@ -10,6 +14,7 @@ env:
jobs:
openjdkci:
name: OpenJDK Runtime Build and Test
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 2ba86ad

Please sign in to comment.