diff --git a/.github/workflows/patchworks.yaml b/.github/workflows/patchworks.yaml index 2ac6581..a8606dc 100644 --- a/.github/workflows/patchworks.yaml +++ b/.github/workflows/patchworks.yaml @@ -28,7 +28,7 @@ on: inputs: timestamp: description: 'Patch Timestamp (UTC)' - required: true + required: false baseline_gcc_hash: description: 'Baseline hash' required: false @@ -74,7 +74,7 @@ jobs: - name: Get timestamps and make directories if: ${{ inputs.timestamp == '' }} run: | - if [ "${{ github.workflow }}" == "Staging" ] && [ "${{ github.event_name }}" == "schedule" ]; then + if [ "${{ github.workflow }}" == "Staging" ]; then python scripts/create_timestamp_files.py -token ${{ secrets.GITHUB_TOKEN }} -rid ${{ github.run_id }} -repo ewlu/gcc-precommit-ci -workflow Staging else python scripts/create_timestamp_files.py -token ${{ secrets.GITHUB_TOKEN }} -rid ${{ github.run_id }} -repo ewlu/gcc-precommit-ci -workflow Patchworks diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index eed5ce4..2824f02 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -14,7 +14,7 @@ on: inputs: timestamp: description: 'Patch Timestamp (UTC)' - required: true + required: false baseline_gcc_hash: description: 'Baseline hash' required: false diff --git a/riscv-gnu-toolchain b/riscv-gnu-toolchain index d2cadf5..e4a776d 160000 --- a/riscv-gnu-toolchain +++ b/riscv-gnu-toolchain @@ -1 +1 @@ -Subproject commit d2cadf5729f949082940b14c1041189adc3daefc +Subproject commit e4a776d26bad5dfb0e99d61227a8b17e7b18ade6