Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Build and push operator images
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Oct 18, 2024
1 parent d96329e commit a518a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish demo artifacts
name: Publish artifacts

on:
push:
Expand All @@ -17,7 +17,7 @@ concurrency:
jobs:
build-publish-demo:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
steps:
- name: git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a518a9f

Please sign in to comment.