Skip to content

Commit 7d955d6

Browse files
committed
remove tj-actions/changed
1 parent a068362 commit 7d955d6

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/workflows/storybook.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,13 @@ jobs:
1010
with:
1111
fetch-depth: 2
1212

13-
- name: Get changed files
14-
id: storybook-files
15-
uses: tj-actions/[email protected]
16-
with:
17-
files: packages/web/app/**
18-
19-
- name: Run step if any file(s) in the docs folder change
20-
if: steps.storybook-files.outputs.any_changed == 'true'
21-
run: |
22-
echo "One or more files has changed."
23-
echo "List all the files that have changed: ${{ steps.storybook-files.outputs.all_changed_files }}"
24-
2513
- name: setup environment
26-
if: steps.storybook-files.outputs.any_changed == 'true'
2714
uses: ./.github/actions/setup
2815
with:
2916
codegen: true
3017
actor: storybook
3118

3219
- uses: the-guild-org/shared-config/website-cf@main
33-
if: steps.storybook-files.outputs.any_changed == 'true'
3420
name: build and deploy storybook
3521
with:
3622
cloudflareApiToken: ${{ secrets.WEBSITE_CLOUDFLARE_API_TOKEN }}

.github/workflows/website.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,13 @@ jobs:
1010
with:
1111
fetch-depth: 2
1212

13-
- name: Get changed files
14-
id: website-files
15-
uses: tj-actions/[email protected]
16-
with:
17-
# Includes CHANGELOG.md, because we render it in our documentation
18-
files: |
19-
deployment/CHANGELOG.md
20-
packages/web/docs/**
21-
packages/web/landing-page/**
22-
2313
- name: setup environment
24-
if: steps.website-files.outputs.any_changed == 'true'
2514
uses: ./.github/actions/setup
2615
with:
2716
codegen: false
2817
actor: website
2918

3019
- uses: the-guild-org/shared-config/website-cf@main
31-
if: steps.website-files.outputs.any_changed == 'true'
3220
name: build and deploy website
3321
env:
3422
NEXT_BASE_PATH: ${{ github.ref == 'refs/heads/main' && '/graphql/hive' || '' }}

0 commit comments

Comments
 (0)