Skip to content

Commit

Permalink
Merge pull request #320 from element-hq/unused-workflows
Browse files Browse the repository at this point in the history
Clean up unused workflows
  • Loading branch information
robintown authored Jul 11, 2024
2 parents f85d146 + 03a880d commit dbe98e2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 92 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/automation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Automation
on:
pull_request: {}
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up cache
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn run build-storybook
33 changes: 0 additions & 33 deletions .github/workflows/deploy.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/npm-release.yml

This file was deleted.

0 comments on commit dbe98e2

Please sign in to comment.