Skip to content

Commit

Permalink
chore(cicd): fix feature flag config
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro committed Oct 28, 2024
1 parent f07ff12 commit aa146a2
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,9 @@ on:
- "main"
- "develop"
jobs:
featureFlagsValidate:
featureflags:
runs-on: ubuntu-latest
name: "Feature Flags"
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: flipt-io/[email protected]
- run: flipt validate -d ui
featureFlagsDeploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop'
needs: featureFlagsValidate
name: "Push Feature Flags"
name: "Validate & Push Feature Flags"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit aa146a2

Please sign in to comment.