Skip to content

Commit

Permalink
Revert "Disable workflow on forked repos"
Browse files Browse the repository at this point in the history
This reverts commit 198f5e7.
  • Loading branch information
raukadah authored and openshift-merge-bot[bot] committed Jan 17, 2025
1 parent bdd0e99 commit 2f7815b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-watcher-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:

jobs:
call-build-workflow:
# Disable workflow on forked repos
if: github.repository == 'openstack-k8s-operators/watcher-operator'
uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/reusable-build-operator.yaml@main
with:
operator_name: watcher
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/noop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
# Disable github workflow on forked repo
if: github.repository == 'openstack-k8s-operators/watcher-operator'
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit 2f7815b

Please sign in to comment.