Skip to content

Commit

Permalink
Merge branch 'main' into fix-ci-libssh
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola authored Sep 19, 2024
2 parents 5be224e + 6abe934 commit 747ba7e
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 747ba7e

Please sign in to comment.