Skip to content

Commit

Permalink
#3723: Reintroduce path to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan committed Nov 19, 2024
1 parent e62b538 commit f1a0994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-rtw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# Triggers the workflow on push events
push:
paths:
# - esmvaltool/utils/recipe_test_workflow/**
- esmvaltool/utils/recipe_test_workflow/**

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
miniforge-version: "latest"
miniforge-variant: Miniforge3
use-mamba: true
conda-remove-defaults: true
conda-remove-defaults: "true"

- name: Install Rose and Cylc
run: conda install cylc-flow>=8.2 cylc-rose metomi-rose
Expand Down

0 comments on commit f1a0994

Please sign in to comment.