Skip to content

[IGNORE] Add cirrus-testing workflow #2

[IGNORE] Add cirrus-testing workflow

[IGNORE] Add cirrus-testing workflow #2

Workflow file for this run

name: CIRRUS runner test workflow
on: [push, pull_request] # Trigger on push or pull request
env:
# Enable debug logging
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true
jobs:
hello-world:
runs-on: gh-arc-ctsm-scale-set
steps:
- name: Print a little message
run: echo "Hello, world!"