Skip to content

Commit

Permalink
Update GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 8, 2024
1 parent 4de9071 commit a35d0fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image Test Build - Intel drivers

on:
push:
branches: [ master, dev* ]
branches: [ master, dev*, test* ]
pull_request:
branches: [ master, dev* ]
branches: [ master, dev*, test* ]

jobs:

Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build the Docker image
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-quickrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image Test - quick

on:
push:
branches: [ master, dev* ]
branches: [ master, dev*, test* ]
pull_request:
branches: [ master, dev* ]
branches: [ master, dev*, test* ]

jobs:

Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
chmod a+w output/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image Test Build

on:
push:
branches: [ master, dev* ]
branches: [ master, dev*, test* ]
pull_request:
branches: [ master, dev* ]
branches: [ master, dev*, test* ]

jobs:

Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
chmod a+w output/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run the Docker image
run: |
Expand Down

0 comments on commit a35d0fe

Please sign in to comment.