Skip to content

Commit

Permalink
try only workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Apr 29, 2024
1 parent 25057f9 commit 96f9ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/airgap-artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Airgapped
name: Create Airgapped Artifacts

on:
workflow_dispatch:
Expand All @@ -8,11 +8,11 @@ on:
required: true
type: string
default: releases/1.7/stable/kubeflow/bundle.yaml
pull_request:
# pull_request:

jobs:
self-hosted:
name: Create Artifacts
name: Create images
# runs-on: [self-hosted, linux, X64, jammy, two-xlarge]
runs-on: [self-hosted, linux, X64, jammy, large]
steps:
Expand Down

0 comments on commit 96f9ae9

Please sign in to comment.