Skip to content

Commit

Permalink
chore: don't run build and CQL when changeset or github files change (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored Aug 14, 2023
1 parent bd116c2 commit 695ca55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Builds

on: ['pull_request']
on:
pull_request:
branches: [main]
paths-ignore:
- '.changeset/**'
- '.github/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths-ignore:
- '.changeset/**'
- '.github/**'
schedule:
- cron: '32 23 * * 5'

Expand Down

2 comments on commit 695ca55

@vercel
Copy link

@vercel vercel bot commented on 695ca55 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-storybook-git-main-marigold.vercel.app
marigold-storybook-marigold.vercel.app
marigold-latest.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 695ca55 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-docs – ./

marigold-docs-marigold.vercel.app
marigold-docs.vercel.app
marigold-docs-git-main-marigold.vercel.app

Please sign in to comment.