diff --git a/.github/workflows/new-pull-request.yaml b/.github/workflows/new-pull-request.yaml index db69cad7..fa0ca98d 100644 --- a/.github/workflows/new-pull-request.yaml +++ b/.github/workflows/new-pull-request.yaml @@ -7,6 +7,8 @@ on: paths-ignore: - 'Validated_Partners/**' - '.github/**' + - 'docs' + - '.git' jobs: build: @@ -76,6 +78,8 @@ jobs: echo " Namespace: ${namespace}" >> $config_map_file echo " prNumber: \"${{ github.event.pull_request.number }}\"" >> $config_map_file echo " commitHash: ${{ github.event.pull_request.head.sha }}" >> $config_map_file + echo " deployed: \"$(date +%s)\"" >> $config_map_file + echo " env: $(echo $subdirectory | cut -f1 -d/ | awk -F- '{print $NF}' )" >> $config_map_file echo $subdirectory echo $config_map_file