Skip to content

Commit

Permalink
Adding rhel ai version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsorya committed Jul 14, 2024
1 parent 93c8bb4 commit 2ee951a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/training-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
branches:
- main
paths:
- .github/workflows/training-e2e.yaml
- ./training/**
# - .github/workflows/training-e2e.yaml
- "training/**"

workflow_dispatch:

Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
name: Training Bootc image builds

on:
pull_request:
branches:
- main
paths:
- 'training/**'
- .github/workflows/training_bootc.yaml

push:
branches:
- main
branches: [ main ]
paths:
- 'training/**'
- .github/workflows/training_bootc.yaml
- '.github/workflows/training_bootc.yaml'

workflow_dispatch:

Expand Down

0 comments on commit 2ee951a

Please sign in to comment.