Skip to content

Commit

Permalink
style: add ci order
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Sep 12, 2024
1 parent dc055bd commit 83534b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
analyze:
name: Analyze
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: E2E Tests
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ut.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Unit Tests
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Expand Down

0 comments on commit 83534b4

Please sign in to comment.