Skip to content

Commit

Permalink
Set git config to ff
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 24, 2024
1 parent 56de1c9 commit 0e857cb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/main_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -124,6 +127,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -176,6 +182,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -216,6 +225,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -256,6 +268,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -296,6 +311,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -337,6 +355,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -378,6 +399,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -419,6 +443,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down Expand Up @@ -460,6 +487,9 @@ jobs:
submodules: recursive
lfs: true

- name: Set git config to fast-forward only on pull
run: git config pull.ff only

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git pull origin main && git lfs pull'

Expand Down

0 comments on commit 0e857cb

Please sign in to comment.