Compare commits
1 Commits
7d5b6b2e21
...
e7b5023134
Author | SHA1 | Date | |
---|---|---|---|
e7b5023134 |
3
.github/workflows/feature-pr-build.yml
vendored
3
.github/workflows/feature-pr-build.yml
vendored
@@ -10,9 +10,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository actions
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Docker Environment
|
||||
uses: ./.github/actions/setup-docker-environment
|
||||
|
||||
|
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -12,9 +12,6 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository actions
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Docker Environment
|
||||
uses: ./.github/actions/setup-docker-environment
|
||||
|
||||
|
Reference in New Issue
Block a user