Skip to content

Commit

Permalink
chore: removed unrelated changes to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Oct 3, 2024
1 parent 4e9ade8 commit bad20f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
name: Build and Test
environment: Production
runs-on: ubuntu-latest
environment: Production
env:
RELEASE_TYPE: Production
steps:
Expand Down Expand Up @@ -39,7 +38,6 @@ jobs:
path: dist
publish_cloudflare_production:
name: Publish to Cloudflare Production
environment: Production
runs-on: ubuntu-latest
env:
RELEASE_TYPE: Production
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
path: dist
publish_cloudflare_staging:
name: Publish to Cloudflare Pages Staging
environment: Staging
runs-on: ubuntu-latest
needs: [build_and_test]
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
environment: Production
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand All @@ -21,8 +20,5 @@ jobs:
uses: "./.github/actions/build"
with:
target: production
RUDDERSTACK_KEY: ${{ vars.RUDDERSTACK_KEY }}
GROWTHBOOK_DECRYPTION_KEY: ${{ secrets.GROWTHBOOK_DECRYPTION_KEY }}
GROWTHBOOK_CLIENT_KEY: ${{ vars.GROWTHBOOK_CLIENT_KEY }}
- name: "Run Tests"
run: npm run test

0 comments on commit bad20f6

Please sign in to comment.