File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4343 if : github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
4444 runs-on : ubuntu-latest
4545 steps :
46+ - name : Set start time
47+ - run : echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
4648 - name : Verify PRs are not running malicious code
4749 if : ${{ (inputs.aws-sdk-kotlin-pr != '' || inputs.smithy-kotlin-pr != '') && inputs.check-pr == false }}
4850 run : |
7577 if : github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
7678 runs-on : ubuntu-latest
7779 steps :
80+ - name : Set start time
81+ - run : echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
7882 - name : Verify PRs are not running malicious code
7983 if : ${{ (inputs.aws-sdk-kotlin-pr != '' || inputs.smithy-kotlin-pr != '') && inputs.check-pr == false }}
8084 run : |
You can’t perform that action at this time.
0 commit comments