mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
benchmarks: only run for go changes
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
committed by
Stephan Renatus
parent
13aaeabce2
commit
3e22f562f1
@@ -81,7 +81,7 @@ jobs:
|
||||
name: Check for regressions
|
||||
runs-on: ubuntu-24.04
|
||||
needs: [check-changes]
|
||||
# if: ${{ needs.check-changes.outputs.go == 'true' }} # TODO(sr): re-enable when this works
|
||||
if: ${{ needs.check-changes.outputs.go == 'true' }}
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
Reference in New Issue
Block a user