Let AMReX set AMReX_PROBINIT #162
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PostPR | |
on: | |
pull_request: | |
types: | |
- closed | |
# This workflow does not have the permission to clean up cache for PRs | |
# originated from a fork. The purpose here is to trigger a workflow_run | |
# cleanup-cache-postpr.yml that has the right permission. | |
jobs: | |
noop: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: No OP | |
run: echo "This workflow is going to trigger CleanUpCachePostPR." |