Skip to content

Commit

Permalink
try name
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Dec 8, 2024
1 parent ca86dd2 commit aaf87cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/e2e-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,26 @@ on:
- always

jobs:
electron:
e2e-electron:
name: test
if: ${{ inputs.run_e2e_linux == true || inputs.run_e2e_linux == null }}
uses: ./.github/workflows/e2e-linux.yml
with:
grep: ""
project: "e2e-electron"
secrets: inherit

windows:
e2e-windows:
name: 'test'
if: ${{ inputs.run_e2e_windows == true || inputs.run_e2e_windows == null }}
uses: ./.github/workflows/e2e-windows.yml
with:
grep: "@win"
project: "e2e-electron"
secrets: inherit

browser:
e2e-browser:
name: 'test'
if: ${{ inputs.run_e2e_browser == true || inputs.run_e2e_browser == null }}
uses: ./.github/workflows/e2e-linux.yml
with:
Expand All @@ -59,7 +62,7 @@ jobs:
secrets: inherit

slack-notify:
needs: [electron, windows, browser]
needs: [e2e-electron, e2e-windows, e2e-browser]
runs-on: ubuntu-latest
if: always()
steps:
Expand Down
4 changes: 2 additions & 2 deletions build/secrets/.secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"filename": ".github/workflows/e2e-nightly.yml",
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
"is_verified": false,
"line_number": 43
"line_number": 44
}
],
".github/workflows/positron-merge-to-branch.yml": [
Expand Down Expand Up @@ -1934,5 +1934,5 @@
}
]
},
"generated_at": "2024-12-08T13:23:53Z"
"generated_at": "2024-12-08T15:46:54Z"
}

0 comments on commit aaf87cd

Please sign in to comment.