Skip to content

Commit 855ae07

Browse files
committed
trigger precompiled images staging release jobs when precompiled container scripts are modified
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 852dbed commit 855ae07

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/precompiled.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Run this workflow on a schedule
15+
# Run this workflow on a schedule OR on a push to the precompiled directories of the main branch
1616
name: Precompiled images
1717

1818
on:
1919
schedule:
2020
- cron: '00 09 * * *'
21+
push:
22+
branches:
23+
- main
24+
paths:
25+
- ubuntu22.04/precompiled/**
26+
- ubuntu24.04/precompiled/**
2127

2228
jobs:
2329
set-driver-version-matrix:

0 commit comments

Comments
 (0)