Skip to content

Commit

Permalink
add a demo yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
choim-sci committed Jul 1, 2024
1 parent 778b120 commit df8fe34
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/CERT_level1_pipeline_list_demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CERT-level1-pipeline-list-new

on:
workflow_dispatch:
push:
paths:
- 'pipe/processed_datums_reader/level1_pipeline_list.txt'
workflow_dispatch: {} # Allows trigger of workflow from web interface

env:
ACTIVE_CONTEXT: cert

jobs:
deploy:
runs-on: ubuntu-latest
- name: Put file
uses: ./.github/actions/put-file

0 comments on commit df8fe34

Please sign in to comment.