Skip to content

Commit

Permalink
Setup debug environment for Staging action
Browse files Browse the repository at this point in the history
  • Loading branch information
vejol committed Mar 17, 2024
1 parent ae86020 commit 0276f8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to staging
on:
push:
branches:
- main
- fix/github-actions-main

jobs:
test:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Run tests

on:
workflow_call:
schedule:
- cron: "50 3 * * *"
pull_request:
types: [opened, synchronize]

jobs:
eslint:
Expand Down

0 comments on commit 0276f8f

Please sign in to comment.