mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
Revert "Add git status checks to workflow to see what's dirty"
This reverts commit a36e11574b.
This commit is contained in:
parent
b2d9480f9f
commit
3d29157391
1 changed files with 0 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -33,12 +33,8 @@ jobs:
|
||||||
($env:REPO_NAME) >> VERSION
|
($env:REPO_NAME) >> VERSION
|
||||||
($env:BRANCH) >> VERSION
|
($env:BRANCH) >> VERSION
|
||||||
($env:COMMIT) >> VERSION
|
($env:COMMIT) >> VERSION
|
||||||
- name: git status
|
|
||||||
run: git status
|
|
||||||
- name: Build and Test Dalamud
|
- name: Build and Test Dalamud
|
||||||
run: .\build.ps1 ci
|
run: .\build.ps1 ci
|
||||||
- name: git status
|
|
||||||
run: git status
|
|
||||||
- name: Sign Dalamud
|
- name: Sign Dalamud
|
||||||
if: ${{ github.repository_owner == 'goatcorp' && github.event_name == 'push' }}
|
if: ${{ github.repository_owner == 'goatcorp' && github.event_name == 'push' }}
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue