Skip to content

Commit

Permalink
ci: enable ci for sssd-2-8 branch
Browse files Browse the repository at this point in the history
Reviewed-by: Iker Pedrosa <[email protected]>
Reviewed-by: Justin Stephenson <[email protected]>
  • Loading branch information
pbrezina committed Nov 1, 2022
1 parent ee0d73a commit 62458d4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze-target.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Analyze (target)"
on:
pull_request_target:
branches: [master, sssd-2-7]
branches: [master, sssd-2-7, sssd-2-8]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "ci"
on:
push:
branches: [master, sssd-2-7]
branches: [master, sssd-2-7, sssd-2-8]
pull_request:
branches: [master, sssd-2-7]
branches: [master, sssd-2-7, sssd-2-8]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name: copr
on:
pull_request_target:
branches: [master, sssd-2-7]
branches: [master, sssd-2-7, sssd-2-8]
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copr_cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: copr cleanup
on:
pull_request_target:
branches: [master, sssd-2-7]
branches: [master, sssd-2-7, sssd-2-8]
types: [closed]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Static code analysis"
on:
push:
branches: [master, sssd-2-7]
branches: [master, sssd-2-7, sssd-2-8]
pull_request:
branches: [master, sssd-2-7]
branches: [master, sssd-2-7, sssd-2-8]
schedule:
# Everyday at midnight
- cron: '0 0 * * *'
Expand Down

0 comments on commit 62458d4

Please sign in to comment.