diff --git a/.github/workflows/common-jobs.yaml b/.github/workflows/common-jobs.yaml index e8942d0c4b..4127fc8ec0 100644 --- a/.github/workflows/common-jobs.yaml +++ b/.github/workflows/common-jobs.yaml @@ -19,6 +19,4 @@ jobs: - run: sudo apt-get install -y nodejs - run: npm install - run: npm run lint - - run: chmod +x ./ci/scripts/cleanup.sh - - run: ./ci/scripts/cleanup.sh