Skip to content

Make a global variable for whether simulation is a restart #2204

Make a global variable for whether simulation is a restart

Make a global variable for whether simulation is a restart #2204

name: Check PR Dependencies
on: [pull_request]
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Required PRs Merged
steps:
- uses: gregsdennis/dependencies-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}