Skip to content

Commit

Permalink
testing with a dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Oct 24, 2024
1 parent 605761f commit 0bc4d86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-auto-dry-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: baris-test
on:
push:
branches:
- "baris/release-*"
jobs:
dry-run:
if: github.event.created && github.repository == 'zenml-io/zenml'
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Test"

0 comments on commit 0bc4d86

Please sign in to comment.