Skip to content

Fixed issue where Zapier couldn't connect because unique constraint. #1707

Fixed issue where Zapier couldn't connect because unique constraint.

Fixed issue where Zapier couldn't connect because unique constraint. #1707

Workflow file for this run

name: "🚅 CI"
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [ "main" ]
jobs:
minitest:
name: 🧪 Starter Repo Tests
uses: ./.github/workflows/_starter_repo_tests.yml
secrets: inherit
super_scaffolding:
name: 🧪 Starter Repo Super Scaffolding Tests
uses: ./.github/workflows/_run_super_scaffolding_tests.yml
secrets: inherit
gem_tests:
name: 🧪 Gem Tests
uses: ./.github/workflows/_run_tests.yml
secrets: inherit
standardrb:
name: 🔬 Standardrb
uses: ./.github/workflows/_standardrb.yml
secrets: inherit