Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 11, 2022
1 parent 97f34a4 commit eb27973
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ jobs:
runs-on: ubuntu-latest

outputs:
PipelineConfig: ${{ steps.analysis.outputs.result }}
BuildNode: ${{ steps.define_builders.outputs.build_node }}
BuildPython: ${{ steps.define_builders.outputs.build_python }}
Analysis: ${{ steps.analysis.outputs.result }}
Event: ${{ steps.analysis.outputs.event }}

steps:

Expand All @@ -89,7 +88,7 @@ jobs:
#--------------------------------------------------#
Static-Analysis:
runs-on: ubuntu-latest
if: github.event_name == 'push'
if: needs.Setup.outputs.event == 'push'
needs: Setup

permissions:
Expand Down

0 comments on commit eb27973

Please sign in to comment.