1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

Change actions

This commit is contained in:
Joseph Turian 2022-09-11 12:31:11 +02:00
parent 2b58cce43f
commit e41f313fa3
2 changed files with 2 additions and 10 deletions

View file

@ -1,12 +1,6 @@
name: "CodeQL" name: "CodeQL"
on: on: [push]
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
schedule:
- cron: '43 1 * * 2'
jobs: jobs:
analyze: analyze:

View file

@ -1,8 +1,6 @@
name: Run linters name: Run linters
on: on: [push]
workflow_dispatch:
push:
env: env:
MAX_LINE_LENGTH: 110 MAX_LINE_LENGTH: 110