Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Mar 18, 2024
1 parent b4b73a3 commit 3414f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
credentials_json: "${{ secrets.GCP_DATAFLOW_SERVICE_KEY }}"
- name: "Deploy recipes PR"
if: ${{ github.event_name == 'pull_request' }}
uses: "pangeo-forge/deploy-recipe-action@v0.2"
uses: "pangeo-forge/deploy-recipe-action@main"
with:
select_recipe_by_label: "" #to circumvent https://github.com/leap-stc/cmip6-leap-feedstock/issues/6#issuecomment-1668577971
pangeo_forge_runner_config: "./configs/config-pgf-runner-leap-dataflow-pr.json"
Expand All @@ -35,7 +35,7 @@ jobs:
GOOGLE_APPLICATION_CREDENTIALS: "${{ steps.auth.outputs.credentials_file_path }}"
- name: "Deploy recipes Production"
if: ${{ github.event_name != 'pull_request' }}
uses: "pangeo-forge/deploy-recipe-action@v0.2"
uses: "pangeo-forge/deploy-recipe-action@main"
with:
select_recipe_by_label: "" #to circumvent https://github.com/leap-stc/cmip6-leap-feedstock/issues/6#issuecomment-1668577971
pangeo_forge_runner_config: "./configs/config-pgf-runner-leap-dataflow.json"
Expand Down

0 comments on commit 3414f99

Please sign in to comment.