Skip to content

Commit

Permalink
update to combine publishing workflows into a single GitHub Action's …
Browse files Browse the repository at this point in the history
…file (#4620)
  • Loading branch information
awentzel authored Apr 21, 2021
1 parent ad5e62d commit 7bcceff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 50 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cd-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI - FAST Manual Publish
name: CI - FAST Publish

on:
workflow_dispatch
workflow_dispatch:
schedule:
- cron: '0 7 * * 0-4'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -11,13 +13,13 @@ env:
jobs:
build_linux:
runs-on: ubuntu-latest
if: contains('chrisdholt,janechu,nicholasrice,awentzel,EisenbergEffect', github.actor)
if: contains('chrisdholt,janechu,nicholasrice,awentzel,eisenbergeffect', github.actor)

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN}}
token: ${{ secrets.GH_TOKEN }}

- name: Add or Update packages
run: sudo yarn global add lerna
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/ci-nightly.yml

This file was deleted.

0 comments on commit 7bcceff

Please sign in to comment.