Skip to content

Run Tests - Tensorflow 2.15 #699

Run Tests - Tensorflow 2.15

Run Tests - Tensorflow 2.15 #699

name: Run Tests - Tensorflow 2.15
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_15:
uses: ./.github/workflows/run_keras_tests.yml
with:
tf-version: "2.15.*"