We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a613cac commit 37a86c9Copy full SHA for 37a86c9
.github/workflows/pr_and_main.yml
@@ -12,4 +12,4 @@ concurrency:
12
13
jobs:
14
build:
15
- uses: scipp/ess/.github/workflows/build.yml@anaconda_not_found
+ uses: scipp/ess/.github/workflows/build.yml@main
.github/workflows/weekly_and_release.yml
@@ -9,10 +9,10 @@ on:
9
10
11
deploy:
needs: build
16
- uses: scipp/ess/.github/workflows/deploy.yml@anaconda_not_found
+ uses: scipp/ess/.github/workflows/deploy.yml@main
17
secrets:
18
anaconda_token: ${{ secrets.ANACONDATOKEN }}
0 commit comments