Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
mce/fix_pipeline
Browse files Browse the repository at this point in the history
#major
request&lfs fix
  • Loading branch information
m21-cerutti committed Jun 27, 2021
1 parent 9e92e88 commit 8b64fe5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 14 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/activation.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Acquire activation file

on:
push:
branches:
- 'request_licence'
on: workflow_dispatch

jobs:
activation:
Expand All @@ -14,7 +11,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Check Unity version
- name: Read ProjectSettings/ProjectVersion.txt
id: file
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_graph_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -75,7 +74,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -54,7 +53,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
# Cache
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 8b64fe5

Please sign in to comment.