Skip to content

Commit

Permalink
trainig_bootc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed May 7, 2024
1 parent 4ae5f7e commit c16650a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Training Bootc image builds

on:
schedule: # schedule the job to run at 12 AM daily
- cron: '0 0 * * *'

pull_request:
branches:
- main
paths:
- .github/workflows/training_bootc.yaml
- ./training/**
- cron: '0 12 * * *'

# pull_request:
# branches:
# - main
# paths:
# - .github/workflows/training_bootc.yaml
# - ./training/**
# push:
# branches:
# - main
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- image_name: amd-bootc
context: training/amd-bootc
arch: amd64
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-2core
steps:
- name: Remove unnecessary files
run: |
Expand Down

0 comments on commit c16650a

Please sign in to comment.