Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
r3w0p committed Apr 24, 2022
1 parent a354b51 commit c04c48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
coveralls
cleanup:
name: Clean-up
runs-on: ubuntu-latest
steps:
- name: Delete old workflow runs
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'python' ]

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -34,6 +32,7 @@ jobs:
uses: github/codeql-action/analyze@v1

cleanup:
name: Clean-up
runs-on: ubuntu-latest
steps:
- name: Delete old workflow runs
Expand Down

0 comments on commit c04c48d

Please sign in to comment.