Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#609 Ci fix

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bugfix/infra-000_ci
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .github/workflows/integration_tests_rc.yaml
@@ -1,8 +1,8 @@
-name: 'Release Integration Tests'
+name: 'Release Candidate Integration Tests'
 on:
 on:
   push:
   push:
     tags:
     tags:
-      - '[0-9]+.[0-9]+.[0-9]+rc[0-9]'
+      - '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
 
 
 jobs:
 jobs:
   release-integration-tests:
   release-integration-tests:
Discard