Skip to content

Commit

Permalink
Re-enable the check for push to main before pushing the manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Jan 24, 2024
1 parent 165af24 commit aab49c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-env-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

build-manifest:
needs: [build]
# if: github.ref == 'refs/heads/main' && github.repository == 'bioconda/bioconda-containers'
if: github.ref == 'refs/heads/main' && github.repository == 'bioconda/bioconda-containers'
name: Build and push Docker manifest
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit aab49c0

Please sign in to comment.