Skip to content

Commit

Permalink
Merge pull request #47 from alkemics/SXMC-653-codefreeze
Browse files Browse the repository at this point in the history
feat(SXMC-653): Add codefreeze job
  • Loading branch information
alk-ktouchie authored Nov 19, 2024
2 parents 2923bed + a78578d commit 1f40a06
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1

orbs:
ci: alkemics/ci@2

aliases:
- filter-PR-only: &PR-only
branches:
ignore: master

workflows:
main:
jobs:
- ci/hodor:
filters: *PR-only
context:
- github
- hodor

0 comments on commit 1f40a06

Please sign in to comment.