Skip to content

Commit

Permalink
Shot in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Oct 24, 2023
1 parent 4483760 commit 127830e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/run_tests_cdash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@

name: Run CDash Ubuntu/Linux netCDF Tests

on: [pull_request, workflow_dispatch]
on:
workflow_dispatch:
pull_request:
workflow_call:
secrets:
CDASH_TOKEN:
description: 'A token required to access the cdash dashboard'
required: true
CDASH_TOKEN:
description: 'A token required to access the cdash dashboard'
required: true



jobs:

Expand Down

0 comments on commit 127830e

Please sign in to comment.