Skip to content

Team#time_zone now defaults to UTC and is updated when we know the first user's time zone #1782

Team#time_zone now defaults to UTC and is updated when we know the first user's time zone

Team#time_zone now defaults to UTC and is updated when we know the first user's time zone #1782

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