Skip to content

Commit

Permalink
Remove Label check and run on push
Browse files Browse the repository at this point in the history
SW-46
  • Loading branch information
loki077 committed Jan 11, 2024
1 parent fede4d4 commit 18265a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cx_build_compare.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Compare Build Outputs

on:
pull_request:
types: [labeled]
on: [push, pull_request]
# pull_request:
# types: [labeled]

concurrency:
group: ci-${{github.workflow}}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-and-compare:
if: github.event.label.name == 'CX_NO_CODE_CHANGE'
# if: github.event.label.name == 'CX_NO_CODE_CHANGE'
runs-on: ubuntu-20.04

container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
Expand Down

0 comments on commit 18265a2

Please sign in to comment.