Skip to content

Commit

Permalink
chore: update repo semaphore config
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Jun 13, 2024
1 parent 488110a commit ee27c6c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,17 @@ global_job_config:
- export AMD_ARCH=.amd64
- export ARM_ARCH=.arm64
blocks:
- name: Build, Test, & Scan AMD
- name: Validation
dependencies: []
run:
when: "branch = 'master'"
task:
jobs:
- name: Validation
commands:
- . sem-pint -c
- name: Build, Test, & Scan AMD
dependencies: ["Validation"]
run:
when: "pull_request =~ '.*'"
task:
Expand Down Expand Up @@ -110,7 +119,7 @@ blocks:
- artifact push workflow target/test-results
- artifact push workflow target --destination target-AMD
- name: Build & Test ARM
dependencies: []
dependencies: ["Validation"]
run:
when: "pull_request =~ '.*'"
task:
Expand Down

0 comments on commit ee27c6c

Please sign in to comment.