Skip to content

Commit 97141c0

Browse files
committed
set start time
1 parent 165fe6f commit 97141c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
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: |
@@ -75,6 +77,8 @@ jobs:
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: |

0 commit comments

Comments
 (0)