Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/custard-ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Custard CI (dev)
name: (legacy dev) Custard CI
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/custard-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Custard CI
name: (legacy) Custard CI
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/custard-run-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: (experimental / dev) Custard run
name: (dev) Custard run

on:
# Run tests when a pull request is created or updated.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/custard-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: (experimental) Custard run
name: Custard run

on:
# Run tests when a pull request is created or updated.
Expand Down
2 changes: 2 additions & 0 deletions run/helloworld/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// TODO: remove this comment, used to trigger tests for validation

// [START cloudrun_helloworld_service]
import express from 'express';
const app = express();
Expand Down
2 changes: 2 additions & 0 deletions tpu/createVM.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

// TODO: remove this comment, used to trigger tests for validation

'use strict';

async function main(tpuClient) {
Expand Down
Loading