Skip to content

Commit

Permalink
CLOUDP-218740: Only run test-app push test on main (#1298)
Browse files Browse the repository at this point in the history
* CLOUDP-218740: Only run test-app push test on main

* Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in /test/app (#1290)

* Bump golang.org/x/crypto in /test/app

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220622213112-05595931fe9d to 0.17.0.
- [Commits](https://github.com/golang/crypto/commits/v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update test/app/go.mod

* Update test/app/go.mod

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: josvaz <[email protected]>
Signed-off-by: Jose Vazquez <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jose Vazquez <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
josvazg and dependabot[bot] authored Dec 20, 2023
1 parent d3cc3f7 commit ef332b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- 'test/app/**'
- '!test/app/helm/**'
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ef332b9

Please sign in to comment.