We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f1301 commit eda989cCopy full SHA for eda989c
.github/workflows/authorization-integration-test.yml
@@ -49,7 +49,7 @@ jobs:
49
outputs:
50
source_changes: ${{ steps.filter.outputs.source_changes }}
51
52
- test-on-push:
+ test-amd64-arch:
53
needs: changes
54
if: (github.event_name == 'push' && needs.changes.outputs.source_changes == 'true')
55
runs-on: ubuntu-latest
0 commit comments