Skip to content

github action that always pass #20

github action that always pass

github action that always pass #20

Workflow file for this run

name: github action that always pass
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
test-job-good:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sleep 30