We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start.staging.yml
name: Staging CI/CD Pipeline on: pull_request jobs: ci: uses: TogetherCrew/operations/.github/workflows/ci.yml@main secrets: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
production.yml
name: Production CI/CD Pipeline on: push: branches: - main jobs: ci: uses: TogetherCrew/operations/.github/workflows/ci.yml@main secrets: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
This will require some refactoring for the coding standards.
The text was updated successfully, but these errors were encountered:
Behzad-rabiei
No branches or pull requests
start.staging.yml
production.yml
This will require some refactoring for the coding standards.
The text was updated successfully, but these errors were encountered: