Skip to content

Commit

Permalink
ci/cd: Only run AutoGPT Docker Release workflow on releases linked to…
Browse files Browse the repository at this point in the history
… `autogpt-*` tag

- Add a condition to the job in autogpt-docker-release.yml to only run on `refs/tags/autogpt-`
  • Loading branch information
Pwuts committed Dec 11, 2023
1 parent f3faa47 commit b9d7dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autogpt-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:

jobs:
build:
if: startsWith(github.ref, 'refs/tags/autogpt-')
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit b9d7dd1

Please sign in to comment.