Skip to content

Commit

Permalink
Merge pull request #1846 from DARMA-tasking/1844-disable-extended-cud…
Browse files Browse the repository at this point in the history
…a-pipelines-for-develop-merge

#1844: CI: remove extended pipelines, fix generation
  • Loading branch information
lifflander authored Jun 8, 2022
2 parents 31a7e33 + ab5b7d4 commit 9d44256
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 436 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-workflow-generation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Workflow Generation

on: pull_request

jobs:
check-workflow-generation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -yq cpanminus && cpanm --sudo Template::Tiny Config::Simple

- name: Check workflows
shell: bash
run: ./scripts/check_workflow_generation.sh $(pwd)
201 changes: 0 additions & 201 deletions ci/azure/azure-nvidia-10-ubuntu-mpich-extended.yml

This file was deleted.

Loading

0 comments on commit 9d44256

Please sign in to comment.