Skip to content

chore(deps): update autofix-ci/action action to v1.3.3 #1329

chore(deps): update autofix-ci/action action to v1.3.3

chore(deps): update autofix-ci/action action to v1.3.3 #1329

Workflow file for this run

---
name: test
on: pull_request
permissions: {}
jobs:
status-check:
runs-on: ubuntu-24.04
if: always() && (contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled'))
timeout-minutes: 10
permissions: {}
needs:
- test
steps:
- run: exit 1
test:
uses: ./.github/workflows/workflow_call_test.yaml
permissions:
contents: read