Skip to content

Commit

Permalink
Setup nightly workflow and no lint
Browse files Browse the repository at this point in the history
  • Loading branch information
badochov committed Dec 11, 2023
1 parent 3d6acef commit 6ec0da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ on:
jobs:
call-ci:
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/ci-submodule.yml@master
with:
nightly: true
secrets: inherit
16 changes: 0 additions & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
# vim:sw=2:ts=2
name: lint

# on events
on:
push:
branches:
- master
- 'feature/*'
pull_request:
branches:
- master
- 'feature/*'

jobs:
call-lint:
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/lint.yml@master

0 comments on commit 6ec0da8

Please sign in to comment.