Skip to content

deactivate other workflows #4

deactivate other workflows

deactivate other workflows #4

name: CI ReSim Trigger

Check failure on line 1 in .github/workflows/CI_ReSim_trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI_ReSim_trigger.yml

Invalid workflow file

(Line: 12, Col: 3): The identifier 'get PR data' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and must be less than 100 characters.
on:
pull_request:
workflow_dispatch:
env:
EVENT_NUMBER: ${{ github.event.number }}
PR_SHA: ${{ github.event.pull_request.base.sha }}
jobs:
get PR data:
runs-on: ubuntu-latest
steps:
- name: print vars
run: |
echo "Event Number: ${{ github.env.EVENT_NUMBER }}"
echo "PR Base Hash: ${{ github.env.PR_SHA }}"