Skip to content

Fixed an issue with exit actions sometimes being called twice when machine reached its final state #8448

Fixed an issue with exit actions sometimes being called twice when machine reached its final state

Fixed an issue with exit actions sometimes being called twice when machine reached its final state #8448

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
- next
pull_request:
branches:
- '**'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/ci-setup
- uses: ./.github/actions/ci-checks