Skip to content

Commit

Permalink
Fix: Retry and Rename other workflow file for openvas-scanner, DEVOPS…
Browse files Browse the repository at this point in the history
…-1224 (#835)

* Fix: Dynamically adapt to workflow file in openvas-scanner repo

* Fix: See if control.yml is the correct workflow for triggering

---------

Co-authored-by: Robert Schardt <robert.schardt@Macbook-Robert-Schardt.local>
  • Loading branch information
robert-schardt and Robert Schardt authored Sep 19, 2024
1 parent e971514 commit 6abe934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@ jobs:
with:
token: ${{ secrets.GREENBONE_BOT_TOKEN }}
repository: ${{ matrix.repository }}
workflow: ${{ matrix.repository == 'greenbone/openvas-scanner' && 'push-container.yml' || 'container.yml' }}
workflow: ${{ matrix.repository == 'greenbone/openvas-scanner' && 'control.yml' || 'container.yml' }}
ref: main

0 comments on commit 6abe934

Please sign in to comment.