Skip to content

Commit

Permalink
Force a false result
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Sep 9, 2024
1 parent 814bc0c commit 3b0fca7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,7 @@ jobs:
runs-on: [self-hosted, light]
needs: [Import-commit-pragmas]
if: |
(1 == 2 ||
needs.Import-commit-pragmas.outputs.run-gha == 'true' ||
inputs.RUN_GHA == 'true' ||
github.event_name == 'workflow_dispatch')
1 == 2
env:
# TODO -- this should be on stable, backedup storage, not /scratch
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit 3b0fca7

Please sign in to comment.