Skip to content

fix concurrency group for pull_request_target #252

fix concurrency group for pull_request_target

fix concurrency group for pull_request_target #252

Workflow file for this run

name: "Experiment"
on: pull_request
jobs:
echo:
name: Check Wasm Crates
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: |
echo "Ref: ${{ github.ref }}"
echo "Branch: ${{ github.head_ref || github.ref_name }}"