Skip to content

Commit

Permalink
Remove condition to allow all jobs to run
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanl-bq committed Jun 14, 2024
1 parent 432d1a6 commit a17a5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "::set-output name=matrix::${{toJson( env.MATRIX )}}"
start-self-hosted-runner:
if: github.repository_owner == 'aws'
#if: github.repository_owner == 'aws'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -55,7 +55,7 @@ jobs:

publish-binaries:
needs: [start-self-hosted-runner, output-matrix]
if: github.repository_owner == 'aws'
#if: github.repository_owner == 'aws'
name: Publish packages to Maven Central
runs-on: ${{ matrix.build.RUNNER }}
container:
Expand Down

0 comments on commit a17a5a4

Please sign in to comment.