Skip to content

This commit 1) always builds ERF with USE_EB=TRUE, 2) uses terrain_ty… #390

This commit 1) always builds ERF with USE_EB=TRUE, 2) uses terrain_ty…

This commit 1) always builds ERF with USE_EB=TRUE, 2) uses terrain_ty… #390

Workflow file for this run

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-22.04
steps:
- name: No OP
run: echo "This workflow is going to trigger CleanUpCachePostPR."