Skip to content

Run Tests - Tensorflow 2.14 #830

Run Tests - Tensorflow 2.14

Run Tests - Tensorflow 2.14 #830

name: Run Tests - Tensorflow 2.14
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
run-tensorflow-2_14:
uses: ./.github/workflows/run_keras_tests.yml
with:
tf-version: "2.14.*"