Skip to content

Commit

Permalink
Add BUNDLE_WITHOUT env variable for release-prep workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat-puppet committed Nov 22, 2023
1 parent 80fa8df commit da8a73d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/module_release_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
required: true
type: "string"

env:
BUNDLE_WITHOUT: development:system_tests

jobs:
release_prep:
name: "Release prep"
Expand Down

0 comments on commit da8a73d

Please sign in to comment.