Skip to content

Commit

Permalink
Merge pull request #7696 from Expensify/andrew-token2
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Feb 11, 2022
2 parents 1aa52ed + b9b8e7c commit 7a11fac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lint JavaScript

on:
workflow_dispatch:
branches-ignore: [staging, production]
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
uses: Expensify/App/.github/actions/triggerWorkflowAndWait@main
with:
WORKFLOW: lint.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}

- name: Run tests
id: tests
uses: Expensify/App/.github/actions/triggerWorkflowAndWait@main
with:
WORKFLOW: test.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}

# This Slack step is duplicated in all workflows, if you make a change to this step, make sure to update all
# the other workflows with the same change
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Jest Unit Tests

on:
workflow_dispatch:
branches-ignore: [staging, production]
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
Expand Down

0 comments on commit 7a11fac

Please sign in to comment.