Skip to content

Commit

Permalink
ci: disable git branch tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Jan 14, 2024
1 parent d970a00 commit ae991f8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ jobs:
main:
runs-on: ubuntu-latest

# services:
# kratos:
# image: oryd/kratos:v1.0.0
# ports:
# - '44330:4433'
# - '44340:4434'

# keto:
# image: oryd/keto:v0.11.1
# ports:
# - '44660:4466'
# - '44670:4467'

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -28,7 +41,7 @@ jobs:
- uses: nrwl/nx-set-shas@v4

# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track main origin/main
# - run: git branch --track main origin/main

- run: npx nx format:check

Expand Down

0 comments on commit ae991f8

Please sign in to comment.