diff --git a/.github/workflows/testsuite_oneprocess.sh b/.github/workflows/testsuite_oneprocess.sh index 97a679f9c0..639991f1cb 100755 --- a/.github/workflows/testsuite_oneprocess.sh +++ b/.github/workflows/testsuite_oneprocess.sh @@ -35,8 +35,8 @@ function codegen() { ./CODEGEN/generateAndCompare.sh -q ${proc%.sa} fi # Check if there are any differences to the current repo - compare=true # enable comparison to current git repo - ###compare=false # disable comparison to current git repo + ###compare=true # enable comparison to current git repo + compare=false # disable comparison to current git repo if [ ${compare} ] && [ "$(git ls-tree --name-only HEAD ${proc})" != "" ]; then git checkout HEAD ${proc}/CODEGEN*.txt if [ "${proc%.mad}" != "${proc}" ]; then diff --git a/.github/workflows/testsuite_oneprocess.yml b/.github/workflows/testsuite_oneprocess.yml index 910e80087b..0d0973f210 100644 --- a/.github/workflows/testsuite_oneprocess.yml +++ b/.github/workflows/testsuite_oneprocess.yml @@ -80,9 +80,9 @@ jobs: with: submodules: 'true' - - name: WELCOME + - name: HELLO run: | - echo "WELCOME ${{ inputs.process }}! $(date)" + echo "HELLO ${{ inputs.process }}! $(date)" echo "Current directory is $(pwd)" echo "Current git commit is $(git log --oneline -n1 | cut -d' ' -f1)" # See https://github.com/actions/cache/blob/main/tips-and-workarounds.md#force-deletion-of-caches-overriding-default-cache-eviction-policy