Fix: commit not showing (#2566)

* testing

* remove test

* fix

* fix typo

* chore: remove path from flag
This commit is contained in:
Jonathan Ho
2022-10-31 22:35:57 +08:00
committed by GitHub
parent fd82b12c17
commit 8e8f221861
3 changed files with 2 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ jobs:
run: |
mkdir -p ./commitData
echo $GITHUB_SHA > ./commitData/sha
echo $GITHUB_REPOSITORY > ./commitData/repo
echo "$GITHUB_ACTOR"/discordeno > ./commitData/repo
- uses: actions/upload-artifact@v3
with:
name: commitData

View File

@@ -16,7 +16,7 @@ jobs:
- name: Check Formatting
run: deno fmt --check
# change if any prod code changed, skip test without chnage
# change if any prod code changed, skip test without change
path-filter:
name: Check Path Changes
runs-on: ubuntu-latest

View File

@@ -1,11 +1,7 @@
flags:
unit:
paths:
- ".*"
carryforward: false
integration:
paths:
- ".*"
carryforward: true
comment:
show_carryforward_flags: true