Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/patchworks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
inputs:
timestamp:
description: 'Patch Timestamp (UTC)'
required: true
required: false
baseline_gcc_hash:
description: 'Baseline hash'
required: false
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
inputs:
timestamp:
description: 'Patch Timestamp (UTC)'
required: true
required: false
baseline_gcc_hash:
description: 'Baseline hash'
required: false
Expand Down
Loading