Skip to content

Commit

Permalink
feat(SXMC-653): Add codefreeze job
Browse files Browse the repository at this point in the history
  • Loading branch information
alk-ktouchie committed Nov 19, 2024
1 parent 39e50d9 commit 8a29f3a
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 8a29f3a

Please sign in to comment.