Skip to content

Commit

Permalink
Merge pull request #65 from magick93/on-tests-pass
Browse files Browse the repository at this point in the history
rm on workflow_run
  • Loading branch information
magick93 authored Dec 5, 2024
2 parents f1ad769 + 7252933 commit d4aab52
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Docker build and push

on:
workflow_run:
workflows: ["test-suite"]
push:
branches:
- stable
Expand All @@ -16,7 +14,7 @@ concurrency:
env:
# Enable self-hosted runners for the sigp repo only.
SELF_HOSTED_RUNNERS: ${{ github.repository == 'sigp/anchor' }}
RUST_VERSION: 'abc'
RUST_VERSION: '1.80.0'
SHORT_ARCH: 'amd64'
# Deny warnings in CI
RUSTFLAGS: "-D warnings -C debuginfo=0"
Expand All @@ -37,7 +35,7 @@ jobs:
include:
- profile: maxperf

needs: [extract-version, release-tests, debug-tests, code-quality]
needs: [extract-version]
env:
VERSION: ${{ needs.extract-version.outputs.VERSION }}
VERSION_SUFFIX: ${{ needs.extract-version.outputs.VERSION_SUFFIX }}
Expand Down Expand Up @@ -133,4 +131,4 @@ jobs:
build-args: |
RUST_VERSION=${{ env.RUST_VERSION }}
TARGETPLATFORM=linux/${{ env.SHORT_ARCH }}
GIT_COMMIT_HASH=${{ github.sha }}

0 comments on commit d4aab52

Please sign in to comment.