Skip to content

Commit df9e4cb

Browse files
author
Bernd Verst
committed
rename build steps
1 parent c73fdb3 commit df9e4cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/durabletask-azuremanaged-experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- release/*
88

99
jobs:
10-
publish-dev:
10+
publish-experimental:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code

.github/workflows/durabletask-azuremanaged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
pytest -m "dts" --verbose
8888
89-
publish:
89+
publish-release:
9090
if: startsWith(github.ref, 'refs/tags/azuremanaged-v') # Only run if a matching tag is pushed
9191
needs: run-docker-tests
9292
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)