Skip to content

Commit 17a257a

Browse files
authored
chore(deps): Update dependencies (#50)
* chore: update dependencies * Add conditional to Clean Up * Update .eslintrc.js
1 parent 09c010d commit 17a257a

File tree

4 files changed

+3710
-620
lines changed

4 files changed

+3710
-620
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = {
2323
'plugin:@typescript-eslint/eslint-recommended',
2424
'plugin:@typescript-eslint/recommended',
2525
'plugin:prettier/recommended',
26-
'prettier/@typescript-eslint',
2726
],
2827
rules: {
2928
'@typescript-eslint/camelcase': 'off',

.github/workflows/deploy-cloudrun-traffic-it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199

200200
cleanup:
201201
name: Clean Up
202-
if: ${{ always() }}
202+
if: ${{ (github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name) && always() }}
203203
runs-on: ubuntu-latest
204204
needs: [source, suffix, tag]
205205
steps:

0 commit comments

Comments
 (0)