Skip to content

Commit

Permalink
Merge pull request #131 from davgordo/workflow-v1.0.4
Browse files Browse the repository at this point in the history
upgrade to shared GitHub workflow v1.0.4
  • Loading branch information
raffaelespazzoli authored May 11, 2022
2 parents 88214bf + 8092add commit 4c806ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
shared-operator-workflow:
name: shared-operator-workflow
uses: redhat-cop/github-workflows-operators/.github/workflows/[email protected].3
uses: redhat-cop/github-workflows-operators/.github/workflows/[email protected].4
with:
RUN_UNIT_TESTS: true
RUN_INTEGRATION_TESTS: true
RUN_HELMCHART_TEST: true
RUN_HELMCHART_TEST: true
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
shared-operator-workflow:
name: shared-operator-workflow
uses: redhat-cop/github-workflows-operators/.github/workflows/[email protected].3
uses: redhat-cop/github-workflows-operators/.github/workflows/[email protected].4
secrets:
COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
Expand All @@ -19,4 +19,4 @@ jobs:
PR_ACTOR: "[email protected]"
RUN_UNIT_TESTS: true
RUN_INTEGRATION_TESTS: true
RUN_HELMCHART_TEST: true
RUN_HELMCHART_TEST: true

0 comments on commit 4c806ab

Please sign in to comment.