diff --git a/.github/workflows/daily_tests.yml b/.github/workflows/daily_tests.yml index 7f84a0186..1dd06eab0 100644 --- a/.github/workflows/daily_tests.yml +++ b/.github/workflows/daily_tests.yml @@ -56,7 +56,7 @@ jobs: server_port: 465 username: ${{ secrets.MAIL_USERNAME }} password: ${{ secrets.MAIL_PASSWORD }} - subject: NeuroConv Daily Test Failure + subject: NWB GUIDE Daily Test Failure to: ${{ secrets.DAILY_FAILURE_EMAIL_LIST }} from: NWB Guide Daily Tests body: "The daily tests workflow failed, please check the status at https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/daily_tests.yml" diff --git a/.github/workflows/testing_dev.yml b/.github/workflows/testing_dev.yml index 72bd3d244..385f13f4d 100644 --- a/.github/workflows/testing_dev.yml +++ b/.github/workflows/testing_dev.yml @@ -9,7 +9,7 @@ jobs: run: # Will read on PR dashboard as 'Deploy / DevTests / {os}' - # Action dashboard identified by 'Deploy' + # Action dashboard identified by 'Dev tests' # Requirement settings identified as 'DevTests / {os}' name: ${{ matrix.os }} runs-on: ${{ matrix.os }} diff --git a/.github/workflows/testing_dev_with_live_services.yml b/.github/workflows/testing_dev_with_live_services.yml index 1d4be248d..7dd96ce9c 100644 --- a/.github/workflows/testing_dev_with_live_services.yml +++ b/.github/workflows/testing_dev_with_live_services.yml @@ -11,7 +11,7 @@ jobs: run: # Will read on PR dashboard as 'Deploy / LiveServices / {os}' - # Action dashboard identified by 'Deploy' + # Action dashboard identified by 'Dev tests with live services' # Requirement settings identified as 'LiveServices / {os}' name: ${{ matrix.os }} runs-on: ${{ matrix.os }} diff --git a/.github/workflows/testing_flask_build_and_dist.yml b/.github/workflows/testing_flask_build_and_dist.yml index bc7390ad2..8b3c1dc88 100644 --- a/.github/workflows/testing_flask_build_and_dist.yml +++ b/.github/workflows/testing_flask_build_and_dist.yml @@ -1,4 +1,4 @@ -name: Test Flask build and dev tests on Flask distributable +name: Flask build and distributable tests on: workflow_call: @@ -6,7 +6,7 @@ jobs: run: # Will read on PR dashboard as 'Deploy / BuildTests / {os}' - # Action dashboard identified by 'Deploy' + # Action dashboard identified by 'Flask build and distributable tests' # Requirement settings identified as 'BuildTests / {os}' name: ${{ matrix.os }} runs-on: ${{ matrix.os }} diff --git a/.github/workflows/testing_pipelines.yml b/.github/workflows/testing_pipelines.yml index d2eb48e9d..96695e501 100644 --- a/.github/workflows/testing_pipelines.yml +++ b/.github/workflows/testing_pipelines.yml @@ -1,4 +1,4 @@ -name: Example data pipeline Tests +name: Example data pipeline tests on: workflow_call: @@ -6,7 +6,7 @@ jobs: run: # Will read on PR dashboard as 'Deploy / ExampleDataTests / {os}' - # Action dashboard identified by 'Deploy' + # Action dashboard identified by 'Example data pipeline tests' # Requirement settings identified as 'ExampleDataTests / {os}' name: ${{ matrix.os }} runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index d86a00a2d..ded324f2f 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,14 @@