diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 858e844a3..3208c80df 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -4,9 +4,8 @@ on: # Times in UTC (PST+8), this translates to running Mon-Fri at 2am/3am (depending on DST) - cron: 0 10 * * 1-5 # Only enable on pull requests for testing - # DONOTLAND: REVERT THIS - pull_request: - paths: [.github/workflows/nightly.yaml] + # pull_request: + # paths: [.github/workflows/nightly.yaml] workflow_dispatch: {} permissions: @@ -31,8 +30,6 @@ jobs: name: Plugin Tests Main # runs-on: [self-hosted, "${{ matrix.os }}"] TODO(Tyler): Set after Windows self-hosted are established. runs-on: ${{ matrix.os }} - # DONOTLAND: REVERT THIS - if: false timeout-minutes: 120 strategy: fail-fast: false @@ -174,9 +171,7 @@ jobs: uses: ./.github/actions/linter_tests with: linter-version: ${{ matrix.linter-version }} - # DONOTLAND: REVERT THIS - append-args: linters/tr -- --json --outputFile=${{ matrix.results-file }}-res.json - # append-args: linters -- --json --outputFile=${{ matrix.results-file }}-res.json + append-args: linters -- --json --outputFile=${{ matrix.results-file }}-res.json ref-type: release sourcery-token: ${{ secrets.TRUNK_SOURCERY_TOKEN }} trunk-staging-token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }} @@ -216,8 +211,6 @@ jobs: tool_tests_main: name: Tool Tests Main # runs-on: [self-hosted, "${{ matrix.os }}"] TODO(Tyler): Set after Windows self-hosted are established. - # DONOTLAND: REVERT THIS - if: false runs-on: ${{ matrix.os }} timeout-minutes: 120 strategy: @@ -257,9 +250,7 @@ jobs: name: Upload Tool Test Results needs: tool_tests_main # Still run on test failure - # DONOTLAND: REVERT THIS - # if: always() - if: false + if: always() uses: ./.github/workflows/upload_results.reusable.yaml secrets: TRUNKBOT_SLACK_BOT_TOKEN: ${{ secrets.TRUNKBOT_SLACK_BOT_TOKEN }} @@ -276,14 +267,10 @@ jobs: # Run repo healthcheck tests repo_tests: name: Repo Tests - # DONOTLAND: REVERT THIS - if: false uses: ./.github/workflows/repo_tests.reusable.yaml action_tests_main: name: Action Tests Main - # DONOTLAND: REVERT THIS - if: false runs-on: [ubuntu-latest] timeout-minutes: 30 steps: