Skip to content

Commit

Permalink
fix ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Sep 14, 2023
1 parent 8025626 commit 8abf23e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cypress-12-ccy-1.10.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: e2e-cypress-12-ccy-1.10
name: e2e-cypress-12-ccy-1_10

on:
push:

jobs:
e2e-cypress-12-ccy-1.10:
e2e-cypress-12-ccy-1_10:
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cypress-13-ccy-1.10.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: e2e-cypress-13-ccy-1.10
name: e2e-cypress-13-ccy-1_10

on:
push:

jobs:
e2e-cypress-13-ccy-1.10:
e2e-cypress-13-ccy-1_10:
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 8abf23e

Please sign in to comment.