Skip to content

Commit

Permalink
Re-enable QE PR checks (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Nov 17, 2023
1 parent 5b34225 commit 213b1b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/qe-hosted.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: QE Testing (Ubuntu-hosted)

on:
# pull_request:
# branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
# Schedule a daily cron at midnight UTC
schedule:
Expand All @@ -26,6 +26,7 @@ jobs:
TEST_TNF_IMAGE_NAME: quay.io/testnetworkfunction/cnf-certification-test
TEST_TNF_IMAGE_TAG: localtest
DOCKER_CONFIG_DIR: '/home/runner/.docker/'
SKIP_PRELOAD_IMAGES: true

steps:
- name: Free Disk Space (Ubuntu)
Expand Down

0 comments on commit 213b1b4

Please sign in to comment.