Project

General

Profile

« Previous | Next » 

Revision b5ed8f8f

Added by Ewoud Kohl van Wijngaarden over 1 year ago

Only run package bumping on theforeman

Otherwise forks also run the same, which is wasting a lot of resources
and sending failure messages to Discourse.

View differences:

.github/workflows/bump_packages.yml
rpm_list:
name: 'Gather RPMs'
runs-on: ubuntu-latest
if: github.repository_owner == 'theforeman'
outputs:
matrix: ${{ steps.set_list.outputs.matrix }}
steps:
......
deb_list:
name: 'Gather debs'
runs-on: ubuntu-latest
if: github.repository_owner == 'theforeman'
outputs:
matrix: ${{ steps.set_list.outputs.matrix }}
steps:

Also available in: Unified diff