Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/automated-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: CI
on: pull_request

concurrency:
group: deploy-dev-slot
cancel-in-progress: false

jobs:
lint_format:
uses: ./.github/workflows/lint_format.yml
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rule-tester.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Deploy Rule Tester Endpoint

concurrency:
group: deploy-dev-slot
cancel-in-progress: false

on:
workflow_call:
inputs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_rule_editor_preview.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Run Tests on Preview Deployment

concurrency:
group: deploy-dev-slot
cancel-in-progress: false

on:
workflow_call:
inputs:
Expand Down
Loading